Home
last modified time | relevance | path

Searched refs:clx_function_type_kinds (Results 1 – 4 of 4) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py87 clx_function_type_kinds = {clx.TypeKind.FUNCTIONPROTO, clx.TypeKind.FUNCTIONNOPROTO} variable
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/
H A D_util.py21 clx_function_type_kinds, clx_var_token_kinds, clx_math_cursor_kinds, clx_pointer_type_kinds,
465 …for i, t in enumerate(token_group) if t.cursor.type.get_canonical().kind in clx_function_type_kinds
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py24 clx_var_token_kinds, clx_function_type_kinds
752 if cursor.type.kind in clx_function_type_kinds:
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py22 from ...util._clang import clx_char_type_kinds, clx_function_type_kinds
467 if kind in clx_function_type_kinds: