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 = 0521 async_def_indent = indents[-1]
71 int async_def_indent; /* Indentation level of the outermost 'async def'. */ member
87 tok->async_def_indent = 0; in tok_new()1300 && tok->async_def_indent >= tok->indent) in tok_get()1303 tok->async_def_indent = 0; in tok_get()1462 tok->async_def_indent = tok->indent; in tok_get()