Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DMultiplexConsumer.cpp100 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;
187 void MultiplexASTMutationListener::DefaultArgumentInstantiated( in DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener
190 Listeners[i]->DefaultArgumentInstantiated(D); in DefaultArgumentInstantiated()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTMutationListener.h102 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
DASTWriter.h749 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4503 L->DefaultArgumentInstantiated(Param); in InstantiateDefaultArgument()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp5854 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { in DefaultArgumentInstantiated() function in ASTWriter