Searched refs:CompletedTagDefinition (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h51 virtual void CompletedTagDefinition(const TagDecl *D) { } function in class:clang::ASTMutationListener
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp82 void CompletedTagDefinition(const TagDecl *D) override;
122 void MultiplexASTMutationListener::CompletedTagDefinition(const TagDecl *D) { function in class:clang::MultiplexASTMutationListener
124 Listeners[i]->CompletedTagDefinition(D);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h704 void CompletedTagDefinition(const TagDecl *D) override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4174 L->CompletedTagDefinition(this);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5730 void ASTWriter::CompletedTagDefinition(const TagDecl *D) {

Completed in 157 milliseconds