Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/AST/
HDASTConsumer.cpp23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDMultiplexConsumer.h39 virtual void HandleInterestingDecl(DeclGroupRef D);
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDASTConsumer.h63 virtual void HandleInterestingDecl(DeclGroupRef D);
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDMultiplexConsumer.cpp236 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
238 Consumers[i]->HandleInterestingDecl(D); in HandleInterestingDecl()
HDASTUnit.cpp953 void HandleInterestingDecl(DeclGroupRef) {} in HandleInterestingDecl() function in __anon8a9512140311::TopLevelDeclTrackerConsumer
/trueos/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp129 virtual void HandleInterestingDecl(DeclGroupRef DG) { in HandleInterestingDecl() function in __anon366e398a0111::ObjCMigrateASTConsumer
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5929 Consumer->HandleInterestingDecl(DeclGroupRef(*I)); in PassObjCImplDeclToConsumer()
5931 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
5948 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()