Home
last modified time | relevance | path

Searched refs:starting_col_offset (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Parser/
H A Dpegen_errors.c357 col_offset -= p->starting_col_offset; in _PyPegen_raise_error_known_location()
358 end_col_offset -= p->starting_col_offset; in _PyPegen_raise_error_known_location()
H A Dpegen.c173 token->col_offset = p->tok->lineno == p->starting_lineno ? p->starting_col_offset + col_offset : col_offset; in initialize_token()
175 token->end_col_offset = p->tok->lineno == p->starting_lineno ? p->starting_col_offset + end_col_offset : end_col_offset; in initialize_token()
794 p->starting_col_offset = 0; in _PyPegen_Parser_New()
H A Dpegen.h73 int starting_col_offset; member

Completed in 5 milliseconds