Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h104 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp201 void MultiplexASTMutationListener::DefaultArgumentInstantiated( DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6940 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { DefaultArgumentInstantiated() function in ASTWriter