Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTConsumer.cpp22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTConsumer.h62 virtual void HandleInterestingDecl(DeclGroupRef D);
/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DMultiplexConsumer.h62 void HandleInterestingDecl(DeclGroupRef D) override;
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DMultiplexConsumer.cpp291 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
293 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
DASTUnit.cpp1006 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anonadadfb6d0411::TopLevelDeclTrackerConsumer
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DASTUtils.h160 void HandleInterestingDecl(clang::DeclGroupRef D) override { in HandleInterestingDecl() function
161 m_c->HandleInterestingDecl(D); in HandleInterestingDecl()
/openbsd/src/gnu/llvm/clang/lib/Index/
DIndexingAction.cpp132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonf6bd71110111::IndexASTConsumer
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCodeGenAction.cpp257 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DObjCMT.cpp144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anonbca44e030111::ObjCMigrateASTConsumer
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp7801 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
7803 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
7810 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()