Home | History | Annotate | Download | only in Sema

Lines Matching refs:getValueKind

356       E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).take();
570 E->getValueKind()).take();
2341 Result.get()->getValueKind()));
2682 CK_DerivedToBase, From->getValueKind(),
2785 From->getValueKind() : VK_RValue;
3786 ExprValueKind VK = isIndirect ? VK_RValue : LHS.get()->getValueKind();
3848 VK = LHS.get()->getValueKind();
4135 LHS.get()->getValueKind() == RHS.get()->getValueKind() &&
4138 VK = LHS.get()->getValueKind();
4696 BO->getValueKind(),