Lines Matching defs:VK
7971 ExprValueKind VK = Expr::getValueKindForType(ConversionType);
7980 Buffer, &ConversionFn, CallResultType, VK, From->getBeginLoc());
14136 ExprValueKind VK = Expr::getValueKindForType(ResultType);
14146 ResultType, VK, Exp.get()->getEndLoc(),
14156 CE = CXXMemberCallExpr::Create(Context, ME, /*Args=*/{}, ResultType, VK,
14197 ExprValueKind VK = ExprValueKind::VK_PRValue;
14202 VK = VK_LValue;
14205 return UnaryOperator::Create(Context, Input, Opc, Context.DependentTy, VK,
14287 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
14292 Context, Op, FnExpr.get(), ArgsArray, ResultTy, VK, OpLoc,
14676 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
14686 Context, ChosenOp, FnExpr.get(), Args, ResultTy, VK, OpLoc,
15125 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
15129 Context, OO_Subscript, FnExpr.get(), MethodArgs, ResultTy, VK, RLoc,
15438 ExprValueKind VK = Expr::getValueKindForType(ResultType);
15459 CallExpr::Create(Context, FnExpr.get(), Args, ResultType, VK, RParenLoc,
15470 TheCall = CXXMemberCallExpr::Create(Context, MemExprE, Args, ResultType, VK,
15792 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
15796 Context, OO_Call, NewFn.get(), MethodArgs, ResultTy, VK, RParenLoc,
15921 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
15926 ResultTy, VK, OpLoc, CurFPFeatureOverrides());
15997 ExprValueKind VK = Expr::getValueKindForType(ResultTy);
16001 Context, Fn.get(), llvm::ArrayRef(ConvArgs, Args.size()), ResultTy, VK,