Searched refs:DefaultArgumentInstantiated (Results 1 – 5 of 5) sorted by relevance
122 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;199 void MultiplexASTMutationListener::DefaultArgumentInstantiated( in DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener202 Listeners[i]->DefaultArgumentInstantiated(D); in DefaultArgumentInstantiated()
94 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
679 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;
5778 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { in DefaultArgumentInstantiated() function in ASTWriter
4560 L->DefaultArgumentInstantiated(Param); in BuildCXXDefaultArgExpr()