Searched refs:hasDeducibleTemplateParameters (Results 1 – 1 of 1) sorted by relevance
3193 hasDeducibleTemplateParameters(Sema &S, FunctionTemplateDecl *FunctionTemplate,3403 if (!hasDeducibleTemplateParameters(*this, FunctionTemplate, ParamType)) in DeduceTemplateArguments()3484 if (hasDeducibleTemplateParameters(*this, FunctionTemplate, ParamType)) in DeduceTemplateArguments()5048 bool hasDeducibleTemplateParameters(Sema &S, in hasDeducibleTemplateParameters() function