Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExprValueKind

3725     ExprValueKind VK = ToType->isReferenceType() ?
4785 ExprValueKind &VK,
4861 ExprValueKind VK = isIndirect ? VK_RValue : LHS.get()->getValueKind();
5104 ExprResult &RHS, ExprValueKind &VK,
5202 ExprValueKind LVK = LHS.get()->getValueKind();
5203 ExprValueKind RVK = RHS.get()->getValueKind();
6393 ExprValueKind VK = Expr::getValueKindForType(ResultType);