Home | History | Annotate | Download | only in parsing

Lines Matching refs:next_parameter

155     Parameter* next_parameter = nullptr;
165 Parameter** next() { return &next_parameter; }
166 Parameter* const* next() const { return &next_parameter; }