HomeSort by relevance Sort by last modified time
    Searched refs:HandleInterestingDecl (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/AST/
ASTConsumer.cpp 22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) {
  /external/clang/include/clang/AST/
ASTConsumer.h 56 /// HandleInterestingDecl - Handle the specified interesting declaration. This
59 virtual void HandleInterestingDecl(DeclGroupRef D);
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 40 virtual void HandleInterestingDecl(DeclGroupRef D);
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 217 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) {
219 Consumers[i]->HandleInterestingDecl(D);
ASTUnit.cpp 892 void HandleInterestingDecl(DeclGroupRef) {}
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 70 virtual void HandleInterestingDecl(DeclGroupRef DG) {
  /external/clang/tools/libclang/
Indexing.cpp 137 virtual void HandleInterestingDecl(DeclGroupRef D) {}
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 181 milliseconds