Searched defs:HandleInterestingDecl (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/AST/ | ||
H A D | ASTConsumer.cpp | 24 void ASTConsumer::HandleInterestingDecl(DeclGroupRef D) { function in class:ASTConsumer |
/external/clang/lib/Frontend/ | ||
H A D | MultiplexConsumer.cpp | 279 void MultiplexConsumer::HandleInterestingDecl(DeclGroupRef D) { function in class:MultiplexConsumer 281 Consumer->HandleInterestingDecl(D); |
Completed in 56 milliseconds