Home | History | Annotate | Download | only in Sema

Lines Matching refs:RValueReferenceType

1140   const RValueReferenceType *R = DestType->getAs<RValueReferenceType>();
1570 if (isa<RValueReferenceType>(DestTypeTmp) && SrcExpr.get()->isRValue()) {