Searched refs:AutoRRefDeductTy (Results 1 – 3 of 3) sorted by relevance
67 if (T == Context.AutoRRefDeductTy) in MakeTypeID()
1102 mutable QualType AutoRRefDeductTy; // Deduction against 'auto &&'. variable
5626 if (AutoRRefDeductTy.isNull()) in getAutoRRefDeductType()5627 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType()); in getAutoRRefDeductType()5628 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern"); in getAutoRRefDeductType()5629 return AutoRRefDeductTy; in getAutoRRefDeductType()