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

/external/clang/lib/AST/
H A DASTConsumer.cpp18 void ASTConsumer::HandleTopLevelDecl(DeclGroupRef D) {} function in class:ASTConsumer
21 HandleTopLevelDecl(D);
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp26 virtual void HandleTopLevelDecl(DeclGroupRef DG) { function in class:__anon2523::PrintFunctionsConsumer
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp62 virtual void HandleTopLevelDecl(DeclGroupRef DG) { function in class:__anon2856::CodeGeneratorImpl
H A DCodeGenAction.cpp82 virtual void HandleTopLevelDecl(DeclGroupRef D) { function in class:clang::BackendConsumer
90 Gen->HandleTopLevelDecl(D);
/external/clang/lib/Frontend/
H A DASTConsumers.cpp69 virtual void HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon2870::ASTViewer
H A DMultiplexConsumer.cpp186 void MultiplexConsumer::HandleTopLevelDecl(DeclGroupRef D) { function in class:MultiplexConsumer
188 Consumers[i]->HandleTopLevelDecl(D);
H A DASTUnit.cpp742 void HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon2875::TopLevelDeclTrackerConsumer
795 virtual void HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon2875::PrecompilePreambleConsumer
/external/clang/tools/libclang/
H A DIndexing.cpp135 virtual void HandleTopLevelDecl(DeclGroupRef DG) { function in class:__anon3876::IndexingConsumer
147 /// The default implementation forwards to HandleTopLevelDecl but we don't
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp163 virtual void HandleTopLevelDecl(DeclGroupRef D) { function in class:__anon2913::RewriteObjC

Completed in 168 milliseconds