Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp7305 QualType ToNonRefType = ToType.getNonReferenceType(); in isAllowableExplicitConversion() local
7308 if (S.Context.hasSameUnqualifiedType(ConvType, ToNonRefType)) in isAllowableExplicitConversion()
7313 if (S.IsQualificationConversion(ConvType, ToNonRefType, /*CStyle*/false, in isAllowableExplicitConversion()
7325 return S.isObjCPointerConversion(ConvType, ToNonRefType, ConvertedType, in isAllowableExplicitConversion()