reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOverload.cpp
 3835         = compareStandardConversionSubsets(S.Context, SCS1, SCS2))
 3841   ImplicitConversionRank Rank2 = SCS2.getRank();
 3854   if (SCS1.isPointerConversionToBool() != SCS2.isPointerConversionToBool())
 3855     return SCS2.isPointerConversionToBool()
 3866   FixedEnumPromotion FEP2 = getFixedEnumPromtion(S, SCS2);
 3882     = SCS2.isPointerConversionToVoidPointer(S.Context);
 3892           = CompareDerivedToBaseConversions(S, Loc, SCS1, SCS2))
 3895              !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) {
 3900     QualType FromType2 = SCS2.getFromType();
 3906     if (SCS2.First == ICK_Array_To_Pointer)
 3938         = CompareQualificationConversions(S, SCS1, SCS2))
 3941   if (SCS1.ReferenceBinding && SCS2.ReferenceBinding) {
 3943     if (isBetterReferenceBindingKind(SCS1, SCS2))
 3945     else if (isBetterReferenceBindingKind(SCS2, SCS1))
 3955     QualType T2 = SCS2.getToType(2);
 3965                                           SCS2.ObjCLifetimeConversionBinding) {
 3997       SCS2.Second == ICK_Floating_Integral &&
 4015       SCS2.Second == ICK_Vector_Conversion) {
 4019         SCS2.getFromType(), SCS2.getToType(2));
 4019         SCS2.getFromType(), SCS2.getToType(2));