Searched refs:DefaultArgumentInstantiated (Results 1 – 10 of 10) sorted by relevance
100 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;187 void MultiplexASTMutationListener::DefaultArgumentInstantiated( in DefaultArgumentInstantiated() function in clang::MultiplexASTMutationListener190 Listeners[i]->DefaultArgumentInstantiated(D); in DefaultArgumentInstantiated()
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
102 virtual void DefaultArgumentInstantiated(const ParmVarDecl *D) {} in DefaultArgumentInstantiated() function
741 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;
679 void DefaultArgumentInstantiated(const ParmVarDecl *D) override;
4375 L->DefaultArgumentInstantiated(Param); in InstantiateDefaultArgument()
5778 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { in DefaultArgumentInstantiated() function in ASTWriter
6076 void ASTWriter::DefaultArgumentInstantiated(const ParmVarDecl *D) { in DefaultArgumentInstantiated() function in ASTWriter
4560 L->DefaultArgumentInstantiated(Param); in BuildCXXDefaultArgExpr()