Home | History | Annotate | Download | only in Sema

Lines Matching refs:Third

182   Third = ICK_Identity;
204 if (GetConversionRank(Third) > Rank)
205 Rank = GetConversionRank(Third);
459 if (Third != ICK_Identity) {
463 OS << GetImplicitConversionName(Third);
476 if (Before.First || Before.Second || Before.Third) {
484 if (After.First || After.Second || After.Third) {
1552 SCS.Third = ICK_Qualification;
1683 // The third conversion can be a qualification conversion (C++ 4p1).
1687 SCS.Third = ICK_Qualification;
1694 SCS.Third = ICK_Identity;
1732 SCS.Third = ICK_C_Only_Conversion;
2936 /// If successful, updates \c SCS's second and third steps in the conversion
2954 SCS.Third = InnerSCS.Third;
3480 if (SCS1.Third == SCS2.Third) {
3485 if (SCS1.Third == ICK_Identity)
3490 if (SCS2.Third == ICK_Identity)
3713 SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification)
4287 ICS.Standard.Third = ICK_Identity;
4345 ICS.Standard.Third = ICK_Identity;
5008 // type, most conversion kinds are impossible. All possible First and Third
5057 llvm_unreachable("found a third conversion kind in Second");
5211 SCS.Third = ICK_Identity;