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