Home | History | Annotate | Download | only in Sema

Lines Matching refs:VK

263                                    CastKind Kind, ExprValueKind VK,
267 if (VK == VK_RValue && !E->isRValue()) {
278 assert((VK == VK_RValue || !E->isRValue()) && "can't cast rvalue to lvalue");
305 ImpCast->setValueKind(VK);
310 return Owned(ImplicitCastExpr::Create(Context, Ty, Kind, E, BasePath, VK));