Lines Matching defs:ValueExpr
83 Expr *ValueExpr = A.getArgAsExpr(3);
113 if (ValueExpr) {
114 if (!ValueExpr->isValueDependent()) {
115 auto Value = ValueExpr->EvaluateKnownConstInt(S.getASTContext());
128 if (ValueExpr)
151 assert((ValueExpr || (StateLoc && StateLoc->Ident)) &&
153 if (ValueExpr && S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc(),
163 assert(ValueExpr && "Attribute must have a valid value expression.");
164 if (S.CheckLoopHintExpr(ValueExpr, St->getBeginLoc(),
189 return LoopHintAttr::CreateImplicit(S.Context, Option, State, ValueExpr, A);