Lines Matching refs:number
62 * - N in function parameters must increase when number of parameters increases
111 context_.tokens[static_cast<int>(context_.number) + token_shift - 1].bound_left + shift,
112 context_.tokens[static_cast<int>(context_.number) + token_shift - 1].bound_right,
113 context_.tokens[static_cast<int>(context_.number) + token_shift - 1].whole_line);
120 context_.tokens[context_.number - 1].bound_left + static_cast<size_t>(shift),
121 context_.tokens[context_.number - 1].bound_right,
122 context_.tokens[context_.number - 1].whole_line, Error::ErrorClass::WARNING);
128 return SourcePosition {line_stric_, context_.tokens[context_.number - 1].bound_left};
130 return SourcePosition {line_stric_, context_.tokens[context_.number - 1].bound_right};
230 context_.tokens[context_.number - 1].bound_left,
231 context_.tokens[context_.number - 1].bound_right,
232 context_.tokens[context_.number - 1].whole_line, flag, line_stric_);
254 iter->second.file_location->bound_left = context_.tokens[context_.number - 1].bound_left;
255 iter->second.file_location->bound_right = context_.tokens[context_.number - 1].bound_right;
256 iter->second.file_location->whole_line = context_.tokens[context_.number - 1].whole_line;
269 context_.tokens[context_.number - 1].bound_left,
270 context_.tokens[context_.number - 1].bound_right,
271 context_.tokens[context_.number - 1].whole_line, flag, line_stric_);