Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11515 QualType NonCanonParam = Qs.apply(S.Context, TParam->getTypeForDecl()); in DiagnoseBadDeduction() local
11516 assert(S.Context.hasSameType(Param, NonCanonParam)); in DiagnoseBadDeduction()
11525 << ParamD->getDeclName() << Arg << NonCanonParam; in DiagnoseBadDeduction()