Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTConsumer.cpp22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in ASTConsumer
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTConsumer.h62 virtual void HandleInterestingDecl(DeclGroupRef D);
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DMultiplexConsumer.h62 void HandleInterestingDecl(DeclGroupRef D) override;
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DMultiplexConsumer.cpp291 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() function in MultiplexConsumer
293 Consumer->HandleInterestingDecl(D); in HandleInterestingDecl()
H A DASTUnit.cpp1006 void HandleInterestingDecl(DeclGroupRef) override {} in HandleInterestingDecl() function in __anon539022680411::TopLevelDeclTrackerConsumer
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A 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/
H A DIndexingAction.cpp132 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon7f009d8c0111::IndexASTConsumer
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp257 void HandleInterestingDecl(DeclGroupRef D) override { in HandleInterestingDecl() function in clang::BackendConsumer
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp144 void HandleInterestingDecl(DeclGroupRef DG) override { in HandleInterestingDecl() function in __anon1ecb545e0111::ObjCMigrateASTConsumer
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7801 Consumer->HandleInterestingDecl(DeclGroupRef(I)); in PassObjCImplDeclToConsumer()
7803 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD)); in PassObjCImplDeclToConsumer()
7810 Consumer->HandleInterestingDecl(DeclGroupRef(D)); in PassInterestingDeclToConsumer()