Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp5554 QualType CurToType = Conversion->getConversionType().getNonReferenceType(); in PerformContextualImplicitConversion() local
5555 if (Converter.match(CurToType) || ConvTemplate) { in PerformContextualImplicitConversion()
5565 ToType = CurToType.getUnqualifiedType(); in PerformContextualImplicitConversion()
5567 (CurToType.getUnqualifiedType() != ToType)) in PerformContextualImplicitConversion()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp6111 QualType CurToType = Conversion->getConversionType().getNonReferenceType(); in PerformContextualImplicitConversion() local
6112 if (Converter.match(CurToType) || ConvTemplate) { in PerformContextualImplicitConversion()
6122 ToType = CurToType.getUnqualifiedType(); in PerformContextualImplicitConversion()
6124 (CurToType.getUnqualifiedType() != ToType)) in PerformContextualImplicitConversion()