Home | History | Annotate | Download | only in AST

Lines Matching refs:AutoRRefDeductTy

3570   if (AutoRRefDeductTy.isNull())
3571 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
3572 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern");
3573 return AutoRRefDeductTy;