• Home
  • Raw
  • Download

Lines Matching refs:number

107 …           context_.tokens[static_cast<int>(context_.number) + token_shift - 1].bound_left + shift,
108 … context_.tokens[static_cast<int>(context_.number) + token_shift - 1].bound_right,
109 … context_.tokens[static_cast<int>(context_.number) + token_shift - 1].whole_line);
116 … context_.tokens[context_.number - 1].bound_left + static_cast<size_t>(shift),
117 context_.tokens[context_.number - 1].bound_right,
118 … context_.tokens[context_.number - 1].whole_line, Error::ErrorClass::WARNING);
124 return SourcePosition {line_stric_, context_.tokens[context_.number - 1].bound_left}; in GetCurrentPosition()
126 return SourcePosition {line_stric_, context_.tokens[context_.number - 1].bound_right}; in GetCurrentPosition()
205 context_.tokens[context_.number - 1].bound_left, in TryEmplaceInTable()
206 context_.tokens[context_.number - 1].bound_right, in TryEmplaceInTable()
207 context_.tokens[context_.number - 1].whole_line, flag, line_stric_); in TryEmplaceInTable()
229 … iter->second.file_location->bound_left = context_.tokens[context_.number - 1].bound_left; in AddObjectInTable()
230 … iter->second.file_location->bound_right = context_.tokens[context_.number - 1].bound_right; in AddObjectInTable()
231 … iter->second.file_location->whole_line = context_.tokens[context_.number - 1].whole_line; in AddObjectInTable()
244 context_.tokens[context_.number - 1].bound_left, in TryEmplaceInTable()
245 context_.tokens[context_.number - 1].bound_right, in TryEmplaceInTable()
246 context_.tokens[context_.number - 1].whole_line, flag, line_stric_); in TryEmplaceInTable()