Searched refs:AutoRRefDeductTy (Results 1 – 3 of 3) sorted by relevance
63 if (T == Context.AutoRRefDeductTy) in MakeTypeID()
910 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
4047 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()4048 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()4049 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()4050 return AutoRRefDeductTy; in getAutoRRefDeductType()