Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTConsumer.cpp23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/external/clang/include/clang/Frontend/
DMultiplexConsumer.h40 void HandleInterestingDecl(DeclGroupRef D) override;
/external/clang/include/clang/AST/
DASTConsumer.h65 virtual void HandleInterestingDecl(DeclGroupRef D);
/external/clang/lib/Index/
DIndexingAction.cpp60 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonc3c4bfe00111::IndexASTConsumer
/external/clang/lib/Frontend/
DMultiplexConsumer.cpp292 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
294 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
DASTUnit.cpp861 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anondc183abc0311::TopLevelDeclTrackerConsumer
/external/clang/lib/ARCMigrate/
DObjCMT.cpp139 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonb85677320111::ObjCMigrateASTConsumer
/external/clang/lib/Serialization/
DASTReader.cpp6704 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
6706 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
6738 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()