Searched refs:AutoRRefDeductTy (Results 1 – 3 of 3) sorted by relevance
1276 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
6784 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()6785 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()6786 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()6787 return AutoRRefDeductTy; in getAutoRRefDeductType()
6832 if (T == Context.AutoRRefDeductTy) in MakeTypeID()