Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_LValueToRValue

515   ExprResult Res = Owned(ImplicitCastExpr::Create(Context, T, CK_LValueToRValue,
11417 if (E->getCastKind() == CK_LValueToRValue)
11922 } else if (E->getCastKind() == CK_LValueToRValue) {