Home | History | Annotate | Download | only in Sema

Lines Matching refs:VK

2499                                                       ExprValueKind VK) {
2501 switch (VK) {
2540 ExprValueKind VK) {
2543 switch (VK) {
3283 ExprValueKind VK = VK_RValue;
3285 VK = VK_LValue;
3287 VK = RRef->getPointeeType()->isFunctionType() ? VK_LValue : VK_XValue;
3311 VK);
3318 Sequence.AddQualificationConversionStep(cv1T1, VK);
5056 ExprValueKind VK =
5066 &BasePath, VK));
5226 ExprValueKind VK =
5232 CurInit = S.ImpCastExprToType(CurInit.take(), Step->Type, CK_NoOp, VK);