Searched refs:AutoRRefDeductTy (Results 1 – 3 of 3) sorted by relevance
58 if (T == Context.AutoRRefDeductTy) in MakeTypeID()
798 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
3809 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()3810 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()3811 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()3812 return AutoRRefDeductTy; in getAutoRRefDeductType()