Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DCodeGenExternalTest.cpp44 struct MyASTConsumer;
45 static void test_codegen_fns(MyASTConsumer *my);
54 struct MyASTConsumer : public ASTConsumer { struct
58 MyASTConsumer(std::unique_ptr<CodeGenerator> Builder_in) in MyASTConsumer() function
63 ~MyASTConsumer() { } in ~MyASTConsumer() argument
85 void MyASTConsumer::Initialize(ASTContext &Context) { in Initialize()
89 bool MyASTConsumer::HandleTopLevelDecl(DeclGroupRef DG) { in HandleTopLevelDecl()
144 void MyASTConsumer::HandleVTable(CXXRecordDecl *RD) { in HandleVTable()
156 void MyASTConsumer::PrintStats() { in PrintStats()
160 bool MyASTConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody()
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc148 struct MyASTConsumer : public ASTConsumer { struct
505 static void generate(MyASTConsumer &consumer, SourceManager &SM) in generate()
579 MyASTConsumer consumer; in main()