Searched refs:NonCanonParam (Results 1 – 2 of 2) sorted by relevance
9415 QualType NonCanonParam = Qs.apply(S.Context, TParam->getTypeForDecl()); in DiagnoseBadDeduction() local9416 assert(S.Context.hasSameType(Param, NonCanonParam)); in DiagnoseBadDeduction()9425 << ParamD->getDeclName() << Arg << NonCanonParam; in DiagnoseBadDeduction()
10747 QualType NonCanonParam = Qs.apply(S.Context, TParam->getTypeForDecl()); in DiagnoseBadDeduction() local10748 assert(S.Context.hasSameType(Param, NonCanonParam)); in DiagnoseBadDeduction()10757 << ParamD->getDeclName() << Arg << NonCanonParam; in DiagnoseBadDeduction()