Home | History | Annotate | Download | only in Sema

Lines Matching refs:Third

197   Third = ICK_Identity;
219 if (GetConversionRank(Third) > Rank)
220 Rank = GetConversionRank(Third);
468 if (Third != ICK_Identity) {
472 OS << GetImplicitConversionName(Third);
485 if (Before.First || Before.Second || Before.Third) {
493 if (After.First || After.Second || After.Third) {
1531 SCS.Third = ICK_Qualification;
1657 // The third conversion can be a qualification conversion (C++ 4p1).
1661 SCS.Third = ICK_Qualification;
1668 SCS.Third = ICK_Identity;
2907 /// If successful, updates \c SCS's second and third steps in the conversion
2925 SCS.Third = InnerSCS.Third;
3411 if (SCS1.Third == SCS2.Third) {
3416 if (SCS1.Third == ICK_Identity)
3421 if (SCS2.Third == ICK_Identity)
3644 SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification)
4207 ICS.Standard.Third = ICK_Identity;
4274 ICS.Standard.Third = ICK_Identity;
4877 // type, most conversion kinds are impossible. All possible First and Third
5048 SCS.Third = ICK_Identity;