Lines Matching defs:VK
1718 ExprValueKind &VK) {
1791 VK = VK_PRValue;
1797 VK = Expr::getValueKindForType(Method->getReturnType());
2681 ExprValueKind VK = VK_PRValue;
2688 RBracLoc, SourceRange(), ReturnType, VK))
2735 Context, ReturnType, VK, LBracLoc, SuperLoc, /*IsInstanceSuper=*/false,
2740 Context, ReturnType, VK, LBracLoc, ReceiverTypeInfo, Sel, SelectorLocs,
3225 ExprValueKind VK = VK_PRValue;
3231 LBracLoc, RBracLoc, RecRange, ReturnType, VK))
3327 Context, ReturnType, VK, LBracLoc, SuperLoc, /*IsInstanceSuper=*/true,
3332 Context, ReturnType, VK, LBracLoc, Receiver, Sel, SelectorLocs, Method,