Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5537 QualType InstP = S.SubstType(P.getCanonicalType(), MLTAL, FTD->getLocation(), in CheckDeductionConsistency() local
5539 if (InstP.isNull() && !IsIncompleteSubstitution) in CheckDeductionConsistency()
5549 PA && !isa<PackExpansionType>(InstP)) in CheckDeductionConsistency()
5551 auto T1 = S.Context.getUnqualifiedArrayType(InstP.getNonReferenceType()); in CheckDeductionConsistency()