Lines Matching refs:VK
340 QualType &ReturnType, ExprValueKind &VK) { in CheckMessageArgumentTypes() argument
369 VK = VK_RValue; in CheckMessageArgumentTypes()
375 VK = Expr::getValueKindForType(Method->getResultType()); in CheckMessageArgumentTypes()
658 ExprValueKind VK = VK_LValue; in HandleExprPropertyRefExpr() local
662 VK = VK_RValue, OK = OK_Ordinary; in HandleExprPropertyRefExpr()
666 PType, VK, OK, in HandleExprPropertyRefExpr()
671 PType, VK, OK, in HandleExprPropertyRefExpr()
809 ExprValueKind VK = VK_LValue; in ActOnClassPropertyRefExpr() local
816 VK = VK_RValue; in ActOnClassPropertyRefExpr()
821 VK = VK_LValue; in ActOnClassPropertyRefExpr()
824 ExprObjectKind OK = (VK == VK_RValue ? OK_Ordinary : OK_ObjCProperty); in ActOnClassPropertyRefExpr()
828 PType, VK, OK, in ActOnClassPropertyRefExpr()
834 PType, VK, OK, in ActOnClassPropertyRefExpr()
1091 ExprValueKind VK = VK_RValue; in BuildClassMessage() local
1097 ReturnType, VK)) in BuildClassMessage()
1108 Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc, in BuildClassMessage()
1113 Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc, in BuildClassMessage()
1392 ExprValueKind VK = VK_RValue; in BuildInstanceMessage() local
1397 LBracLoc, RBracLoc, ReturnType, VK)) in BuildInstanceMessage()
1484 Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc, in BuildInstanceMessage()
1489 Result = ObjCMessageExpr::Create(Context, ReturnType, VK, LBracLoc, in BuildInstanceMessage()