Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DMultiplexConsumer.cpp100 void FunctionDefinitionInstantiated(const FunctionDecl *D) override;
182 void MultiplexASTMutationListener::FunctionDefinitionInstantiated( in FunctionDefinitionInstantiated() function in clang::MultiplexASTMutationListener
185 Listener->FunctionDefinitionInstantiated(D); in FunctionDefinitionInstantiated()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTMutationListener.h100 virtual void FunctionDefinitionInstantiated(const FunctionDecl *D) {} in FunctionDefinitionInstantiated() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h732 void FunctionDefinitionInstantiated(const FunctionDecl *D) override;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4071 Listener->FunctionDefinitionInstantiated(Function); in InstantiateFunctionDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp6329 void ASTWriter::FunctionDefinitionInstantiated(const FunctionDecl *D) { in FunctionDefinitionInstantiated() function in ASTWriter