Searched refs:AutoDeductTy (Results 1 – 3 of 3) sorted by relevance
63 if (T == Context.AutoDeductTy) in MakeTypeID()
922 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
4091 if (AutoDeductTy.isNull()) in getAutoDeductType()4092 AutoDeductTy = QualType( in getAutoDeductType()4096 return AutoDeductTy; in getAutoDeductType()