Searched refs:_PyTokenizer_Get (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Parser/ |
H A D | tokenizer.h | 95 extern int _PyTokenizer_Get(struct tok_state *, const char **, const char **);
|
H A D | pegen.c | 213 int type = _PyTokenizer_Get(p->tok, &start, &end); in _PyPegen_fill_token() 230 type = _PyTokenizer_Get(p->tok, &start, &end); in _PyPegen_fill_token()
|
H A D | pegen_errors.c | 171 switch (_PyTokenizer_Get(p->tok, &start, &end)) { in _PyPegen_tokenize_full_source_to_check_for_errors()
|
/third_party/python/Python/ |
H A D | Python-tokenize.c | 64 int type = _PyTokenizer_Get(it->tok, &start, &end); in tokenizeriter_next()
|
Completed in 4 milliseconds