Lines Matching defs:next_
359 Declaration(int pos, NodeType type) : AstNode(pos, type), next_(nullptr) {}
364 Declaration** next() { return &next_; }
365 Declaration* next_;
491 next_ = next;
496 Statement* next() const { return next_; }
506 next_(nullptr) {}
510 Statement* next_;
899 SloppyBlockFunctionStatement** next() { return &next_; }
912 next_(nullptr) {
918 SloppyBlockFunctionStatement* next_;