Lines Matching full:tokens
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}; in GetCurrentPosition()
130 return SourcePosition {line_stric_, context_.tokens[context_.number - 1].bound_right}; in GetCurrentPosition()
201 void ParseAsCatchall(const std::vector<Token> &tokens);
202 …void ParseAsLanguage(const std::vector<Token> &tokens, bool &is_lang_parsed, bool &is_first_statem…
203 void ParseAsRecord(const std::vector<Token> &tokens);
204 void ParseAsArray(const std::vector<Token> &tokens);
205 void ParseAsFunction(const std::vector<Token> &tokens);
206 void ParseAsBraceRight(const std::vector<Token> &tokens);
230 context_.tokens[context_.number - 1].bound_left, in TryEmplaceInTable()
231 context_.tokens[context_.number - 1].bound_right, in TryEmplaceInTable()
232 context_.tokens[context_.number - 1].whole_line, flag, line_stric_); in TryEmplaceInTable()
254 … iter->second.file_location->bound_left = context_.tokens[context_.number - 1].bound_left; in AddObjectInTable()
255 … iter->second.file_location->bound_right = context_.tokens[context_.number - 1].bound_right; in AddObjectInTable()
256 … iter->second.file_location->whole_line = context_.tokens[context_.number - 1].whole_line; in AddObjectInTable()
269 context_.tokens[context_.number - 1].bound_left, in TryEmplaceInTable()
270 context_.tokens[context_.number - 1].bound_right, in TryEmplaceInTable()
271 context_.tokens[context_.number - 1].whole_line, flag, line_stric_); in TryEmplaceInTable()