Home
last modified time | relevance | path

Searched refs:clx_var_token_kinds (Results 1 – 3 of 3) sorted by relevance

/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/
H A D_clang.py85 clx_var_token_kinds = {clx.TokenKind.IDENTIFIER} variable
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_cursor.py24 clx_var_token_kinds, clx_function_type_kinds
365 token_list = [t for t in cursor.get_tokens() if t.kind in clx_var_token_kinds]
/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,
476 lambda_expr = lambda t: (t.spelling not in {'(', ')'}) and t.kind in clx_var_token_kinds