Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp109 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;
201 void MultiplexASTMutationListener::DefaultArgumentInstantiated( in DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener
204 Listeners[i]->DefaultArgumentInstantiated(D); in DefaultArgumentInstantiated()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h104 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h898 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4671 L->DefaultArgumentInstantiated(Param); in InstantiateDefaultArgument()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6938 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { in DefaultArgumentInstantiated() function in ASTWriter