MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / ASTConsumer

Method ASTConsumer

ThunkLibs/Generator/analysis.cpp:621–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619
620public:
621 ASTConsumer(std::vector<clang::DeclContext*>& decl_contexts_)
622 : decl_contexts(decl_contexts_) {}
623
624 void HandleTranslationUnit(clang::ASTContext& context) override {
625 ASTVisitor {decl_contexts}.TraverseDecl(context.getTranslationUnitDecl());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected