Home | History | Annotate | Download | only in Sema

Lines Matching refs:getValueKind

2344   ExprValueKind VK = From->getValueKind();
3696 VK = LHSExp->getValueKind();
5829 && commonExpr->getValueKind() == RHSExpr->getValueKind()
5842 commonExpr->getValueKind(),
8909 VK = LHS.get()->getValueKind();
9000 VK = RHS.get()->getValueKind();
9501 if (Input.get()->getValueKind() != VK_RValue &&
9503 VK = Input.get()->getValueKind();
9511 VK = Input.get()->getValueKind();
9651 assert(producer->getValueKind() == cast->getValueKind());
9970 VK = ActiveExpr->getValueKind();
12245 E->setValueKind(SubExpr->getValueKind());
12265 assert(E->getValueKind() == VK_RValue);
12275 assert(E->getValueKind() == VK_RValue);
12339 E->setValueKind(SubExpr->getValueKind());
12359 assert(E->getValueKind() == VK_RValue);
12519 assert(E->getValueKind() == VK_RValue);
12533 assert(E->getValueKind() == VK_RValue);
12620 VK = CastExpr->getValueKind();