Home | History | Annotate | Download | only in Sema

Lines Matching full:rref

3953   else if (const RValueReferenceType *RRef = T2->getAs<RValueReferenceType>())
3954 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue;