Home | History | Annotate | Download | only in Sema

Lines Matching refs:getValueKind

2489   ExprValueKind VK = From->getValueKind();
3876 VK = LHSExp->getValueKind();
6089 && commonExpr->getValueKind() == RHSExpr->getValueKind()
6102 commonExpr->getValueKind(),
9342 VK = LHS.get()->getValueKind();
9434 VK = RHS.get()->getValueKind();
9932 if (Input.get()->getValueKind() != VK_RValue &&
9934 VK = Input.get()->getValueKind();
9942 VK = Input.get()->getValueKind();
10082 assert(producer->getValueKind() == cast->getValueKind());
10405 VK = ActiveExpr->getValueKind();
12982 E->setValueKind(SubExpr->getValueKind());
13002 assert(E->getValueKind() == VK_RValue);
13012 assert(E->getValueKind() == VK_RValue);
13076 E->setValueKind(SubExpr->getValueKind());
13096 assert(E->getValueKind() == VK_RValue);
13256 assert(E->getValueKind() == VK_RValue);
13270 assert(E->getValueKind() == VK_RValue);
13357 VK = CastExpr->getValueKind();