Searched defs:HandleInterestingDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DASTConsumer.cpp24 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { function in class:ASTConsumer
/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp279 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { function in class:MultiplexConsumer
281 Consumer->HandleInterestingDecl(D);

Completed in 56 milliseconds