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