Home
last modified time | relevance | path

Searched refs:hasDeducibleTemplateParameters (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp3201 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