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

  /external/clang/lib/AST/
ASTConsumer.cpp 23 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) {
  /external/clang/lib/Frontend/
MultiplexConsumer.cpp 239 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) {
241 Consumers[i]->HandleInterestingDecl(D);

Completed in 78 milliseconds