Searched refs:AutoDeductTy (Results 1 – 4 of 4) sorted by relevance
1178 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
6326 if (AutoDeductTy.isNull()) in getAutoDeductType()6327 AutoDeductTy = QualType(new (*this, alignof(AutoType)) in getAutoDeductType()6332 return AutoDeductTy; in getAutoDeductType()
6182 if (T == Context.AutoDeductTy) in MakeTypeID()
8893 << (int)DCK << FD->getDeclaredReturnType() << Context.AutoDeductTy in CheckExplicitlyDefaultedComparison()