Lines Matching defs:ValueExpr
79 Expr *ValueExpr = A.getArgAsExpr(3);
109 if (ValueExpr) {
110 if (!ValueExpr->isValueDependent()) {
111 auto Value = ValueExpr->EvaluateKnownConstInt(S.getASTContext());
124 if (ValueExpr)
147 assert((ValueExpr || (StateLoc && StateLoc->Ident)) &&
149 if (ValueExpr && S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc(),
159 assert(ValueExpr && "Attribute must have a valid value expression.");
160 if (S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc(),
185 return LoopHintAttr::CreateImplicit(S.Context, Option, State, ValueExpr, A);