Home | History | Annotate | Download | only in Sema

Lines Matching refs:RValueReferenceType

1045       if (const RValueReferenceType *ParamRef
1046 = Param->getAs<RValueReferenceType>()) {
1280 const RValueReferenceType *ReferenceArg =
1281 Arg->getAs<RValueReferenceType>();
1286 cast<RValueReferenceType>(Param)->getPointeeType(),