Home | History | Annotate | Download | only in AST

Lines Matching defs:setInit

467   void setInit(Expr *Init) { *std::next(child_begin(), InitOffset) = Init; }