Searched refs:clx_func_call_cursor_kinds (Results 1 – 2 of 2) sorted by relevance
28 from ..util._clang import clx_func_call_cursor_kinds, base_clang_options316 lintable_kinds = clx_func_call_cursor_kinds | {clx.CursorKind.ENUM_DECL}347 if possible_parent.kind in clx_func_call_cursor_kinds:
54 clx_func_call_cursor_kinds = { variable