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/Index/
IndexingAction.cpp 60 void HandleInterestingDecl(DeclGroupRef DG) override {
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 292 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) {
294 Consumer->HandleInterestingDecl(D);
ASTUnit.cpp 861 void HandleInterestingDecl(DeclGroupRef) override {}
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 139 void HandleInterestingDecl(DeclGroupRef DG) override {
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 339 milliseconds