Home | History | Annotate | Download | only in Sema

Lines Matching refs:Third

175   Third = ICK_Identity;
197 if (GetConversionRank(Third) > Rank)
198 Rank = GetConversionRank(Third);
452 if (Third != ICK_Identity) {
456 OS << GetImplicitConversionName(Third);
469 if (Before.First || Before.Second || Before.Third) {
477 if (After.First || After.Second || After.Third) {
1515 SCS.Third = ICK_Qualification;
1641 // The third conversion can be a qualification conversion (C++ 4p1).
1645 SCS.Third = ICK_Qualification;
1652 SCS.Third = ICK_Identity;
2874 /// If successful, updates \c SCS's second and third steps in the conversion
2892 SCS.Third = InnerSCS.Third;
3422 if (SCS1.Third == SCS2.Third) {
3427 if (SCS1.Third == ICK_Identity)
3432 if (SCS2.Third == ICK_Identity)
3655 SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification)
4229 ICS.Standard.Third = ICK_Identity;
4287 ICS.Standard.Third = ICK_Identity;
4948 // type, most conversion kinds are impossible. All possible First and Third
4996 llvm_unreachable("found a third conversion kind in Second");
5150 SCS.Third = ICK_Identity;