Searched refs:AutoDeductTy (Results 1 – 3 of 3) sorted by relevance
56 if (T == Context.AutoDeductTy) in MakeTypeID()
797 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
3799 if (AutoDeductTy.isNull()) in getAutoDeductType()3800 AutoDeductTy = QualType( in getAutoDeductType()3804 return AutoDeductTy; in getAutoDeductType()