Searched defs:DefaultArgumentInstantiated (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | ASTMutationListener.h | 102 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} DefaultArgumentInstantiated() function |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ | ||
H A D | MultiplexConsumer.cpp | 193 void MultiplexASTMutationListener::DefaultArgumentInstantiated( DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTWriter.cpp | 6359 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { DefaultArgumentInstantiated() function in ASTWriter |