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 23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) {
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 230 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) {
232 Consumers[i]->HandleInterestingDecl(D);
ASTUnit.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 91 virtual void HandleInterestingDecl(DeclGroupRef DG) {
  /external/clang/tools/libclang/
Indexing.cpp 345 virtual void HandleInterestingDecl(DeclGroupRef D) {}
    [all...]

Completed in 81 milliseconds