Home | History | Annotate | Download | only in Sema

Lines Matching refs:RRef

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