Lines Matching defs:VK
1730 ExprValueKind &VK) {
1803 VK = VK_PRValue;
1809 VK = Expr::getValueKindForType(Method->getReturnType());
2693 ExprValueKind VK = VK_PRValue;
2700 RBracLoc, SourceRange(), ReturnType, VK))
2747 Context, ReturnType, VK, LBracLoc, SuperLoc, /*IsInstanceSuper=*/false,
2752 Context, ReturnType, VK, LBracLoc, ReceiverTypeInfo, Sel, SelectorLocs,
3236 ExprValueKind VK = VK_PRValue;
3242 LBracLoc, RBracLoc, RecRange, ReturnType, VK))
3338 Context, ReturnType, VK, LBracLoc, SuperLoc, /*IsInstanceSuper=*/true,
3343 Context, ReturnType, VK, LBracLoc, Receiver, Sel, SelectorLocs, Method,