Home | History | Annotate | Download | only in Sema

Lines Matching refs:VK_RValue

2503   case VK_RValue: S.Kind = SK_CastDerivedToBaseRValue; break;
2545 case VK_RValue:
3291 ExprValueKind VK = VK_RValue;
3480 ExprValueKind ValueKind = InitCategory.isXValue()? VK_XValue : VK_RValue;
4920 VK_RValue);
5089 VK_RValue);
5310 CurInit.take(), 0, VK_RValue));