Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp6172 QualType CurToType = Conversion->getConversionType().getNonReferenceType(); in PerformContextualImplicitConversion() local
6173 if (Converter.match(CurToType) || ConvTemplate) { in PerformContextualImplicitConversion()
6183 ToType = CurToType.getUnqualifiedType(); in PerformContextualImplicitConversion()
6185 (CurToType.getUnqualifiedType() != ToType)) in PerformContextualImplicitConversion()