Home | History | Annotate | Download | only in Sema

Lines Matching defs:Step

61 /// can be replaced by a subclass. The "transform" step transforms an AST node
63 /// then passes the pieces on to the "rebuild" step, which constructs a new AST
519 /// \param Last An iterator one step past the last template argument.
1463 OMPClause *RebuildOMPLinearClause(ArrayRef<Expr *> VarList, Expr *Step,
1468 return getSema().ActOnOpenMPLinearClause(VarList, Step, StartLoc, LParenLoc,
1742 /// \brief Build a new sizeof, alignof or vec step expression with an
6687 ExprResult Step = getDerived().TransformExpr(C->getStep());
6688 if (Step.isInvalid())
6690 return getDerived().RebuildOMPLinearClause(Vars, Step.get(), C->getLocStart(),