Lines Matching defs:VK
8151 ExprValueKind VK = Expr::getValueKindForType(ConversionType);
8160 Buffer, &ConversionFn, CallResultType, VK, From->getBeginLoc());
14332 ExprValueKind VK = Expr::getValueKindForType(ResultType);
14342 ResultType, VK, Exp.get()->getEndLoc(),
14352 CE = CXXMemberCallExpr::Create(Context, ME, /*Args=*/{}, ResultType, VK,
14393 ExprValueKind VK = ExprValueKind::VK_PRValue;
14398 VK = VK_LValue;
14401 return UnaryOperator::Create(Context, Input, Opc, Context.DependentTy, VK,
14483 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
14488 Context, Op, FnExpr.get(), ArgsArray, ResultTy, VK, OpLoc,
14874 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
14884 Context, ChosenOp, FnExpr.get(), Args, ResultTy, VK, OpLoc,
15328 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
15332 Context, OO_Subscript, FnExpr.get(), MethodArgs, ResultTy, VK, RLoc,
15643 ExprValueKind VK = Expr::getValueKindForType(ResultType);
15664 CallExpr::Create(Context, FnExpr.get(), Args, ResultType, VK, RParenLoc,
15673 TheCall = CXXMemberCallExpr::Create(Context, MemExprE, Args, ResultType, VK,
15995 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
15999 Context, OO_Call, NewFn.get(), MethodArgs, ResultTy, VK, RParenLoc,
16124 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
16129 ResultTy, VK, OpLoc, CurFPFeatureOverrides());
16200 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
16204 Context, Fn.get(), llvm::ArrayRef(ConvArgs, Args.size()), ResultTy, VK,