Home
last modified time | relevance | path

Searched defs:MyASTConsumer (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp54 struct MyASTConsumer : public ASTConsumer { struct
55 std::unique_ptr<CodeGenerator> Builder;
56 std::vector<Decl*> toplevel_decls;
58 MyASTConsumer(std::unique_ptr<CodeGenerator> Builder_in) in MyASTConsumer() argument
63 ~MyASTConsumer() { } in ~MyASTConsumer()
/llvm-project/polly/lib/External/isl/interface/
H A Dextract_interface.cc148 struct MyASTConsumer : public ASTConsumer { struct
149 set<RecordDecl *> exported_types;
150 set<FunctionDecl *> exported_functions;
151 set<FunctionDecl *> functions;
153 virtual HandleTopLevelDeclReturn HandleTopLevelDecl(DeclGroupRef D) { in HandleTopLevelDecl()