Home
last modified time | relevance | path

Searched defs:DefaultArgumentInstantiated (Results 1 – 3 of 3) sorted by relevance

/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/lib/Frontend/
H A DMultiplexConsumer.cpp206 void MultiplexASTMutationListener::DefaultArgumentInstantiated( in DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6944 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { in DefaultArgumentInstantiated() function in ASTWriter