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 23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) {
  /external/clang/include/clang/AST/
ASTConsumer.h 62 /// HandleInterestingDecl - Handle the specified interesting declaration. This
65 virtual void HandleInterestingDecl(DeclGroupRef D);
  /external/clang/include/clang/Frontend/
MultiplexConsumer.h 40 void HandleInterestingDecl(DeclGroupRef D) override;
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 239 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) {
241 Consumers[i]->HandleInterestingDecl(D);
ASTUnit.cpp 874 void HandleInterestingDecl(DeclGroupRef) override {}
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 338 void HandleInterestingDecl(DeclGroupRef D) override {}
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 135 void HandleInterestingDecl(DeclGroupRef DG) override {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 105 milliseconds