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/ARCMigrate/
ObjCMT.cpp 73 virtual void HandleInterestingDecl(DeclGroupRef DG) {
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 216 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) {
218 Consumers[i]->HandleInterestingDecl(D);
ASTUnit.cpp     [all...]
  /external/clang/tools/libclang/
Indexing.cpp 344 virtual void HandleInterestingDecl(DeclGroupRef D) {}
    [all...]

Completed in 1029 milliseconds