Searched refs:clx_math_cursor_kinds (Results 1 – 3 of 3) sorted by relevance
23 clx_math_cursor_kinds, clx_cast_cursor_kinds, clx_pointer_type_kinds, clx_literal_cursor_kinds,298 elif cursor.kind in clx_math_cursor_kinds:337 subscript_operator_kinds = clx_math_cursor_kinds | {clx.CursorKind.ARRAY_SUBSCRIPT_EXPR}367 token_list = [t for t in token_list if t.cursor.kind not in clx_math_cursor_kinds]
60 clx_math_cursor_kinds = { variable
21 clx_function_type_kinds, clx_var_token_kinds, clx_math_cursor_kinds, clx_pointer_type_kinds,569 if idx_cursor.canonical.kind not in clx_math_cursor_kinds: