Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTMutationListener.h102 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} DefaultArgumentInstantiated() function
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp193 void MultiplexASTMutationListener::DefaultArgumentInstantiated( DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6359 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { DefaultArgumentInstantiated() function in ASTWriter