Searched refs:clx_var_token_kinds (Results 1 – 3 of 3) sorted by relevance
85 clx_var_token_kinds = {clx.TokenKind.IDENTIFIER} variable
24 clx_var_token_kinds, clx_function_type_kinds365 token_list = [t for t in cursor.get_tokens() if t.kind in clx_var_token_kinds]
21 clx_function_type_kinds, clx_var_token_kinds, clx_math_cursor_kinds, clx_pointer_type_kinds,476 lambda_expr = lambda t: (t.spelling not in {'(', ')'}) and t.kind in clx_var_token_kinds