Searched defs:HandleTopLevelDecl (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/AST/
H A DASTConsumer.cpp18 bool ASTConsumer::HandleTopLevelDecl(DeclGroupRef D) { function in class:ASTConsumer
23 HandleTopLevelDecl(D);
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp26 virtual bool HandleTopLevelDecl(DeclGroupRef DG) { function in class:__anon3246::PrintFunctionsConsumer
/external/clang/unittests/Tooling/
H A DToolingTest.cpp47 virtual bool HandleTopLevelDecl(clang::DeclGroupRef DeclGroup) { function in class:clang::tooling::__anon4862::FindTopLevelDeclConsumer
73 virtual bool HandleTopLevelDecl(clang::DeclGroupRef GroupRef) { function in class:clang::tooling::__anon4863::FindClassDeclXConsumer
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp66 virtual bool HandleTopLevelDecl(DeclGroupRef DG) { function in class:__anon80::CodeGeneratorImpl
H A DCodeGenAction.cpp95 virtual bool HandleTopLevelDecl(DeclGroupRef D) { function in class:clang::BackendConsumer
103 Gen->HandleTopLevelDecl(D);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp66 virtual bool HandleTopLevelDecl(DeclGroupRef DG) { function in class:__anon3446::ObjCMigrateASTConsumer
75 ObjCMigrateASTConsumer::HandleTopLevelDecl(DG);
/external/clang/lib/Frontend/
H A DASTConsumers.cpp139 virtual bool HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon91::ASTViewer
H A DMultiplexConsumer.cpp205 bool MultiplexConsumer::HandleTopLevelDecl(DeclGroupRef D) { function in class:MultiplexConsumer
208 Continue = Continue && Consumers[i]->HandleTopLevelDecl(D);
H A DASTUnit.cpp887 bool HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon96::TopLevelDeclTrackerConsumer
936 virtual bool HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon96::PrecompilePreambleConsumer
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp262 virtual bool HandleTopLevelDecl(DeclGroupRef D);
329 bool AnalysisConsumer::HandleTopLevelDecl(DeclGroupRef DG) { function in class:AnalysisConsumer
/external/clang/tools/libclang/
H A DIndexing.cpp122 virtual bool HandleTopLevelDecl(DeclGroupRef DG) { function in class:__anon4850::IndexingConsumer
135 /// The default implementation forwards to HandleTopLevelDecl but we don't
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp166 virtual bool HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon152::RewriteObjC
H A DRewriteModernObjC.cpp176 virtual bool HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon149::RewriteModernObjC

Completed in 1264 milliseconds