Home | History | Annotate | Download | only in AST

Lines Matching refs:AutoRRefDeductTy

3040   if (AutoRRefDeductTy.isNull())
3041 AutoRRefDeductTy = getRValueReferenceType(getAutoDeductType());
3042 assert(!AutoRRefDeductTy.isNull() && "can't build 'auto &&' pattern");
3043 return AutoRRefDeductTy;