Searched refs:AutoRRefDeductTy (Results 1 – 3 of 3) sorted by relevance
65 if (T == Context.AutoRRefDeductTy) in MakeTypeID()
923 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
4101 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()4102 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()4103 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()4104 return AutoRRefDeductTy; in getAutoRRefDeductType()