Searched refs:SubstDefaultedFunction (Results 1 – 2 of 2) sorted by relevance
716 bool SubstDefaultedFunction(FunctionDecl *New, FunctionDecl *Tmpl);
2988 if (SubstDefaultedFunction(Function, D)) in VisitFunctionDecl()3363 if (SubstDefaultedFunction(Method, D)) in VisitCXXMethodDecl()5397 bool TemplateDeclInstantiator::SubstDefaultedFunction(FunctionDecl *New, in SubstDefaultedFunction() function in TemplateDeclInstantiator