Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/
HDMultiplexConsumer.cpp108 void FunctionDefinitionInstantiated(const FunctionDecl *D) override;
196 void MultiplexASTMutationListener::FunctionDefinitionInstantiated( in FunctionDefinitionInstantiated() function in clang::MultiplexASTMutationListener
199 Listener->FunctionDefinitionInstantiated(D); in FunctionDefinitionInstantiated()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTMutationListener.h101 virtual void FunctionDefinitionInstantiated(const FunctionDecl *D) {} in FunctionDefinitionInstantiated() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTWriter.h897 void FunctionDefinitionInstantiated(const FunctionDecl *D) override;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp5198 Listener->FunctionDefinitionInstantiated(Function); in InstantiateFunctionDefinition()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp6913 void ASTWriter::FunctionDefinitionInstantiated(const FunctionDecl *D) { in FunctionDefinitionInstantiated() function in ASTWriter