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

References

tools/clang/lib/Sema/SemaOverload.cpp
 1637   SCS.setAsIdentityConversion();
 1638   SCS.IncompatibleObjC = false;
 1639   SCS.setFromType(FromType);
 1640   SCS.CopyConstructor = nullptr;
 1660       SCS.setFromType(FromType);
 1713     SCS.First = ICK_Lvalue_To_Rvalue;
 1728     SCS.First = ICK_Array_To_Pointer;
 1737       SCS.DeprecatedStringLiteralToCharPtr = true;
 1743       SCS.Second = ICK_Identity;
 1744       SCS.Third = ICK_Qualification;
 1745       SCS.QualificationIncludesObjCLifetime = false;
 1746       SCS.setAllToTypes(FromType);
 1751     SCS.First = ICK_Function_To_Pointer;
 1764     SCS.First = ICK_Identity;
 1766   SCS.setToType(0, FromType);
 1779     SCS.Second = ICK_Identity;
 1782     SCS.Second = ICK_Integral_Promotion;
 1786     SCS.Second = ICK_Floating_Promotion;
 1790     SCS.Second = ICK_Complex_Promotion;
 1799     SCS.Second = ICK_Boolean_Conversion;
 1804     SCS.Second = ICK_Integral_Conversion;
 1808     SCS.Second = ICK_Complex_Conversion;
 1813     SCS.Second = ICK_Complex_Real;
 1831     SCS.Second = ICK_Floating_Conversion;
 1838     SCS.Second = ICK_Floating_Integral;
 1841     SCS.Second = ICK_Block_Pointer_Conversion;
 1844     SCS.Second = ICK_Writeback_Conversion;
 1848     SCS.Second = ICK_Pointer_Conversion;
 1849     SCS.IncompatibleObjC = IncompatibleObjC;
 1854     SCS.Second = ICK_Pointer_Member;
 1856     SCS.Second = SecondICK;
 1861     SCS.Second = ICK_Compatible_Conversion;
 1865                                              SCS, CStyle)) {
 1866     SCS.Second = ICK_TransparentUnionConversion;
 1868   } else if (tryAtomicConversion(S, From, ToType, InOverloadResolution, SCS,
 1876     SCS.Second = ICK_Zero_Event_Conversion;
 1881     SCS.Second = ICK_Zero_Queue_Conversion;
 1885     SCS.Second = ICK_Compatible_Conversion;
 1889     SCS.Second = ICK_Identity;
 1891   SCS.setToType(1, FromType);
 1899     SCS.Third = ICK_Function_Conversion;
 1902     SCS.Third = ICK_Qualification;
 1903     SCS.QualificationIncludesObjCLifetime = ObjCLifetimeConversion;
 1907     SCS.Third = ICK_Identity;
 1923   SCS.setToType(2, FromType);
 1959   SCS.Second = SecondConv;
 1960   SCS.setToType(1, ToType);
 1966   SCS.Third = ICK_Identity;
 1967   SCS.setToType(2, ToType);