Searched refs:async_def_indent (Results 1 – 3 of 3) sorted by relevance
359 async_def_indent = 0429 if async_def and async_def_indent >= indents[-1]:432 async_def_indent = 0436 if async_def and async_def_nl and async_def_indent >= indents[-1]:439 async_def_indent = 0522 async_def_indent = indents[-1]
82 int async_def_indent; /* Indentation level of the outermost 'async def'. */ member
86 tok->async_def_indent = 0; in tok_new()1476 && tok->async_def_indent >= tok->indent) in tok_get()1479 tok->async_def_indent = 0; in tok_get()1645 tok->async_def_indent = tok->indent; in tok_get()