Home | History | Annotate | Download | only in Sema

Lines Matching refs:getValueKind

433       E = ImpCastExprToType(E, UnqualT, CK_NoOp, E->getValueKind()).get();
647 E->getValueKind()).get();
2586 nullptr, Result.get()->getValueKind());
2942 CK_DerivedToBase, From->getValueKind(),
3031 From->getValueKind()).get();
3051 From->getValueKind() : VK_RValue;
4127 ExprValueKind VK = isIndirect ? VK_RValue : LHS.get()->getValueKind();
4186 VK = LHS.get()->getValueKind();
4404 VK = NonThrow->getValueKind();
4464 ExprValueKind LVK = LHS.get()->getValueKind();
4465 ExprValueKind RVK = RHS.get()->getValueKind();
4495 VK = LHS.get()->getValueKind();
5071 BO->getLHS(), RHS.get(), BO_Comma, BO->getType(), BO->getValueKind(),