Searched refs:AutoRRefDeductTy (Results 1 – 3 of 3) sorted by relevance
1179 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
6337 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()6338 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()6339 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()6340 return AutoRRefDeductTy; in getAutoRRefDeductType()
6184 if (T == Context.AutoRRefDeductTy) in MakeTypeID()