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