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

  /external/clang/lib/AST/
ASTConsumer.cpp 22 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) {
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 70 virtual void HandleInterestingDecl(DeclGroupRef DG) {
  /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/tools/libclang/
Indexing.cpp 137 virtual void HandleInterestingDecl(DeclGroupRef D) {}

Completed in 227 milliseconds