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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTConsumer.cpp22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { function in class:ASTConsumer
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTConsumer.h59 /// HandleInterestingDecl - Handle the specified interesting declaration. This
62 virtual void HandleInterestingDecl(DeclGroupRef D);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DMultiplexConsumer.h60 void HandleInterestingDecl(DeclGroupRef D) override;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp285 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { function in class:MultiplexConsumer
287 Consumer->HandleInterestingDecl(D);
H A DASTUnit.cpp980 void HandleInterestingDecl(DeclGroupRef) override {}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp87 void HandleInterestingDecl(DeclGroupRef DG) override {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h159 void HandleInterestingDecl(clang::DeclGroupRef D) override {
160 m_c->HandleInterestingDecl(D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp238 void HandleInterestingDecl(DeclGroupRef D) override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp144 void HandleInterestingDecl(DeclGroupRef DG) override {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7654 Consumer->HandleInterestingDecl(DeclGroupRef(I));
7656 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD));
7663 Consumer->HandleInterestingDecl(DeclGroupRef(D));

Completed in 159 milliseconds