Lines Matching refs:VK
745 ExprValueKind VK = VK_RValue; in BuildCXXTypeConstructExpr() local
750 Kind, VK, BasePath, in BuildCXXTypeConstructExpr()
760 VK, TInfo, TyBeginLoc, Kind, in BuildCXXTypeConstructExpr()
2508 ExprValueKind VK = ToType->isReferenceType() ? in PerformImplicitConversion() local
2511 CK_NoOp, VK, /*BasePath=*/0, CCK).take(); in PerformImplicitConversion()
3244 ExprValueKind &VK, in CheckPointerToMemberOperands() argument
3316 ExprValueKind VK = in CheckPointerToMemberOperands() local
3321 lex = ImpCastExprToType(lex.take(), UseType, CK_DerivedToBase, VK, &BasePath); in CheckPointerToMemberOperands()
3373 VK = VK_RValue; in CheckPointerToMemberOperands()
3376 VK = VK_LValue; in CheckPointerToMemberOperands()
3378 VK = lex.get()->getValueKind(); in CheckPointerToMemberOperands()
3558 ExprValueKind &VK, ExprObjectKind &OK, in CXXCheckConditionalOperands() argument
3573 VK = VK_RValue; in CXXCheckConditionalOperands()
3669 VK = LHS.get()->getValueKind(); in CXXCheckConditionalOperands()
4523 ExprValueKind VK = Expr::getValueKindForType(ResultType); in BuildCXXMemberCallExpr() local
4528 new (Context) CXXMemberCallExpr(Context, ME, 0, 0, ResultType, VK, in BuildCXXMemberCallExpr()