Home
last modified time | relevance | path

Searched refs:clx_func_call_cursor_kinds (Results 1 – 2 of 2) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py28 from ..util._clang import clx_func_call_cursor_kinds, base_clang_options
316 lintable_kinds = clx_func_call_cursor_kinds | {clx.CursorKind.ENUM_DECL}
347 if possible_parent.kind in clx_func_call_cursor_kinds:
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py54 clx_func_call_cursor_kinds = { variable