Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTConsumer.cpp24 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/external/clang/include/clang/AST/
DASTConsumer.h65 virtual void HandleInterestingDecl(DeclGroupRef D);
/external/clang/include/clang/Frontend/
DMultiplexConsumer.h40 void HandleInterestingDecl(DeclGroupRef D) override;
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp279 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
281 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
DASTUnit.cpp861 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon5a88eb930311::TopLevelDeclTrackerConsumer
/external/clang/tools/libclang/
DIndexing.cpp338 void HandleInterestingDecl(DeclGroupRef D) override {} in HandleInterestingDecl() function in __anone24f30970111::IndexingConsumer
/external/clang/lib/ARCMigrate/
DObjCMT.cpp139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon04dd42e90111::ObjCMigrateASTConsumer
/external/clang/lib/Serialization/
DASTReader.cpp6702 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
6704 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
6736 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()