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))
 3840   ImplicitConversionRank Rank1 = SCS1.getRank();
 3854   if (SCS1.isPointerConversionToBool() != SCS2.isPointerConversionToBool())
 3865   FixedEnumPromotion FEP1 = getFixedEnumPromtion(S, SCS1);
 3880     = SCS1.isPointerConversionToVoidPointer(S.Context);
 3892           = CompareDerivedToBaseConversions(S, Loc, SCS1, SCS2))
 3895              !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) {
 3899     QualType FromType1 = SCS1.getFromType();
 3904     if (SCS1.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))
 3954     QualType T1 = SCS1.getToType(2);
 3964       if (SCS1.ObjCLifetimeConversionBinding !=
 3966         return SCS1.ObjCLifetimeConversionBinding
 3996   if (S.getLangOpts().MSVCCompat && SCS1.Second == ICK_Integral_Conversion &&
 3998       S.Context.getTypeSize(SCS1.getFromType()) ==
 3999           S.Context.getTypeSize(SCS1.getToType(2)))
 4014   if (SCS1.Second == ICK_Vector_Conversion &&
 4017         SCS1.getFromType(), SCS1.getToType(2));
 4017         SCS1.getFromType(), SCS1.getToType(2));