Searched defs:CompletedTagDefinition (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTMutationListener.h | 53 virtual void CompletedTagDefinition(const TagDecl *D) { } in CompletedTagDefinition() function |
/llvm-project/clang/lib/Frontend/ | ||
H A D | MultiplexConsumer.cpp | 136 void MultiplexASTMutationListener::CompletedTagDefinition(const TagDecl *D) { CompletedTagDefinition() function in clang::MultiplexASTMutationListener |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 6780 void ASTWriter::CompletedTagDefinition(const TagDecl *D) { CompletedTagDefinition() function in ASTWriter |