Home
last modified time | relevance | path

Searched refs:FunctionDefinitionInstantiated (Results 1 – 5 of 5) sorted by relevance

/src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp113 void FunctionDefinitionInstantiated(const FunctionDecl *D) override;
201 void MultiplexASTMutationListener::FunctionDefinitionInstantiated( in FunctionDefinitionInstantiated() function in clang::MultiplexASTMutationListener
204 Listener->FunctionDefinitionInstantiated(D); in FunctionDefinitionInstantiated()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h101 virtual void FunctionDefinitionInstantiated(const FunctionDecl *D) {} in FunctionDefinitionInstantiated() function
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h898 void FunctionDefinitionInstantiated(const FunctionDecl *D) override;
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5200 Listener->FunctionDefinitionInstantiated(Function); in InstantiateFunctionDefinition()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6919 void ASTWriter::FunctionDefinitionInstantiated(const FunctionDecl *D) { in FunctionDefinitionInstantiated() function in ASTWriter