Home | History | Annotate | Download | only in Sema

Lines Matching refs:Third

191   Third = ICK_Identity;
213 if (GetConversionRank(Third) > Rank)
214 Rank = GetConversionRank(Third);
453 if (Third != ICK_Identity) {
457 OS << GetImplicitConversionName(Third);
470 if (Before.First || Before.Second || Before.Third) {
478 if (After.First || After.Second || After.Third) {
1426 SCS.Third = ICK_Qualification;
1547 // The third conversion can be a qualification conversion (C++ 4p1).
1551 SCS.Third = ICK_Qualification;
1558 SCS.Third = ICK_Identity;
2780 /// If successful, updates \c SCS's second and third steps in the conversion
2798 SCS.Third = InnerSCS.Third;
3290 if (SCS1.Third == SCS2.Third) {
3295 if (SCS1.Third == ICK_Identity)
3300 if (SCS2.Third == ICK_Identity)
3523 SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification)
4087 ICS.Standard.Third = ICK_Identity;
4154 ICS.Standard.Third = ICK_Identity;
4758 // type, most conversion kinds are impossible. All possible First and Third
4928 SCS.Third = ICK_Identity;