Searched refs:AutoDeductTy (Results 1 – 3 of 3) sorted by relevance
61 if (T == Context.AutoDeductTy) in MakeTypeID()
909 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
4037 if (AutoDeductTy.isNull()) in getAutoDeductType()4038 AutoDeductTy = QualType( in getAutoDeductType()4042 return AutoDeductTy; in getAutoDeductType()