Searched refs:AutoDeductTy (Results 1 – 3 of 3) sorted by relevance
49 if (T == Context.AutoDeductTy) in MakeTypeID()
765 mutable QualType AutoDeductTy; // Deduction against 'auto'. variable
3562 if (AutoDeductTy.isNull()) in getAutoDeductType()3563 AutoDeductTy = getAutoType(QualType()); in getAutoDeductType()3564 assert(!AutoDeductTy.isNull() && "can't build 'auto' pattern"); in getAutoDeductType()3565 return AutoDeductTy; in getAutoDeductType()