Home | History | Annotate | Download | only in Sema

Lines Matching full:rref

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