Searched refs:hasDeducibleTemplateParameters (Results 1 – 1 of 1) sorted by relevance
3201 hasDeducibleTemplateParameters(Sema &S, FunctionTemplateDecl *FunctionTemplate,3411 if (!hasDeducibleTemplateParameters(*this, FunctionTemplate, ParamType)) in DeduceTemplateArguments()3492 if (hasDeducibleTemplateParameters(*this, FunctionTemplate, ParamType)) in DeduceTemplateArguments()5053 bool hasDeducibleTemplateParameters(Sema &S, in hasDeducibleTemplateParameters() function