Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp3938 hasDeducibleTemplateParameters(Sema &S, FunctionTemplateDecl *FunctionTemplate,
4134 if (!hasDeducibleTemplateParameters(*this, FunctionTemplate, ParamType)) in DeduceTemplateArguments()
6203 bool hasDeducibleTemplateParameters(Sema &S, in hasDeducibleTemplateParameters() function