Home | History | Annotate | Download | only in Sema

Lines Matching refs:getValueKind

2565   ExprValueKind VK = From->getValueKind();
4188 VK = LHSExp->getValueKind();
4969 Fn->getValueKind(), FDecl);
6650 && commonExpr->getValueKind() == RHSExpr->getValueKind()
6663 commonExpr->getValueKind(),
10320 VK = LHS.get()->getValueKind();
10415 VK = RHS.get()->getValueKind();
10923 if (Input.get()->getValueKind() != VK_RValue &&
10925 VK = Input.get()->getValueKind();
10934 VK = Input.get()->getValueKind();
11072 assert(producer->getValueKind() == cast->getValueKind());
11386 VK = ActiveExpr->getValueKind();
13990 E->setValueKind(SubExpr->getValueKind());
14010 assert(E->getValueKind() == VK_RValue);
14020 assert(E->getValueKind() == VK_RValue);
14084 E->setValueKind(SubExpr->getValueKind());
14104 assert(E->getValueKind() == VK_RValue);
14264 assert(E->getValueKind() == VK_RValue);
14278 assert(E->getValueKind() == VK_RValue);
14398 VK = CastExpr->getValueKind();