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

/external/clang/lib/AST/
H A DASTConsumer.cpp23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { function in class:ASTConsumer
/external/clang/include/clang/AST/
H A DASTConsumer.h62 /// HandleInterestingDecl - Handle the specified interesting declaration. This
65 virtual void HandleInterestingDecl(DeclGroupRef D);
/external/clang/include/clang/Frontend/
H A DMultiplexConsumer.h40 void HandleInterestingDecl(DeclGroupRef D) override;
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp239 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { function in class:MultiplexConsumer
241 Consumers[i]->HandleInterestingDecl(D);
H A DASTUnit.cpp874 void HandleInterestingDecl(DeclGroupRef) override {}
/external/clang/tools/libclang/
H A DIndexing.cpp338 void HandleInterestingDecl(DeclGroupRef D) override {}
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp135 void HandleInterestingDecl(DeclGroupRef DG) override {
/external/clang/lib/Serialization/
H A DASTReader.cpp6575 Consumer->HandleInterestingDecl(DeclGroupRef(I));
6577 Consumer->HandleInterestingDecl(DeclGroupRef(ImplD));
6603 Consumer->HandleInterestingDecl(DeclGroupRef(D));

Completed in 206 milliseconds