Searched refs:setValueKind (Results 1 – 8 of 8) sorted by relevance
65 E->setValueKind(ValueKind); in removeLValueToRValueCast()
520 ImpCast->setValueKind(VK); in ImpCastExprToType()
5741 TheCall->setValueKind(Expr::getValueKindForType(FuncT->getReturnType())); in BuildResolvedCallExpr()16209 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()16243 E->setValueKind(VK_LValue); in resolveDecl()16303 E->setValueKind(SubExpr->getValueKind()); in rebuildSugarExpr()16394 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitCallExpr()16482 E->setValueKind(Expr::getValueKindForType(DestType)); in VisitObjCMessageExpr()16610 E->setValueKind(ValueKind); in resolveDecl()
7815 ILE->setValueKind(E->getValueKind()); in Perform()
335 BuiltinCall->setValueKind(CE->getValueKind()); in SemaBuiltinCallWithStaticChain()
521 E->setValueKind(static_cast<ExprValueKind>(Record.readInt())); in VisitExpr()
422 void setValueKind(ExprValueKind Cat) { ExprBits.ValueKind = Cat; } in setValueKind() function
7888 ToE->setValueKind(FromE->getValueKind()); in Import()