Lines Matching refs:VK
3050 ExprValueKind VK = ToType->isReferenceType() ?
3053 CK_NoOp, VK, /*BasePath=*/nullptr, CCK).get();
4051 ExprValueKind &VK,
4127 ExprValueKind VK = isIndirect ? VK_RValue : LHS.get()->getValueKind();
4128 LHS = ImpCastExprToType(LHS.get(), UseType, CK_DerivedToBase, VK,
4181 VK = VK_RValue;
4184 VK = VK_LValue;
4186 VK = LHS.get()->getValueKind();
4366 ExprResult &RHS, ExprValueKind &VK,
4382 VK = VK_RValue;
4404 VK = NonThrow->getValueKind();
4495 VK = LHS.get()->getValueKind();
5653 ExprValueKind VK = Expr::getValueKindForType(ResultType);
5657 new (Context) CXXMemberCallExpr(Context, ME, None, ResultType, VK,