Home
last modified time | relevance | path

Searched refs:HandleInterestingDecl (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTConsumer.cpp22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConsumer.h62 virtual void HandleInterestingDecl(DeclGroupRef D);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DMultiplexConsumer.h60 void HandleInterestingDecl(DeclGroupRef D) override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp285 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
287 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
H A DASTUnit.cpp978 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anonc715c21c0411::TopLevelDeclTrackerConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp113 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon76f6f7400111::IndexASTConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp239 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon0304ea920111::ObjCMigrateASTConsumer
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7681 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
7683 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
7690 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()