Lines Matching refs:Third
196 Third = ICK_Identity;
218 if (GetConversionRank(Third) > Rank)
219 Rank = GetConversionRank(Third);
509 if (Third != ICK_Identity) {
513 OS << GetImplicitConversionName(Third);
526 if (Before.First || Before.Second || Before.Third) {
534 if (After.First || After.Second || After.Third) {
1122 // third bullet. If the type of the friend is dependent, skip this lookup
1801 SCS.Third = ICK_Qualification;
1957 // The third conversion can be a function pointer conversion or a
1963 SCS.Third = ICK_Function_Conversion;
1966 SCS.Third = ICK_Qualification;
1971 SCS.Third = ICK_Identity;
2026 // Third is Identity, because Second should rank us worse than any other
2030 SCS.Third = ICK_Identity;
3297 /// If successful, updates \c SCS's second and third steps in the conversion
3315 SCS.Third = InnerSCS.Third;
3868 if (SCS1.Third == SCS2.Third) {
3873 if (SCS1.Third == ICK_Identity)
3878 if (SCS2.Third == ICK_Identity)
4186 SCS1.Third != SCS2.Third || SCS1.Third != ICK_Qualification)
4772 ICS.Standard.Third = (RefConv &
5557 // type, most conversion kinds are impossible. All possible First and Third
5609 llvm_unreachable("found a third conversion kind in Second");
5827 SCS.Third = ICK_Identity;