Searched defs:CompletedTagDefinition (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | ASTMutationListener.h | 47 virtual void CompletedTagDefinition(const TagDecl *D) { } function in class:clang::ASTMutationListener |
/external/clang/lib/Frontend/ | ||
H A D | MultiplexConsumer.cpp | 107 void CompletedTagDefinition(const TagDecl *D) override; 140 void MultiplexASTMutationListener::CompletedTagDefinition(const TagDecl *D) { function in class:clang::MultiplexASTMutationListener 142 Listeners[i]->CompletedTagDefinition(D); |
Completed in 57 milliseconds