Searched refs:clx_function_type_kinds (Results 1 – 4 of 4) sorted by relevance
87 clx_function_type_kinds = {clx.TypeKind.FUNCTIONPROTO, clx.TypeKind.FUNCTIONNOPROTO} variable
21 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
24 clx_var_token_kinds, clx_function_type_kinds752 if cursor.type.kind in clx_function_type_kinds:
22 from ...util._clang import clx_char_type_kinds, clx_function_type_kinds467 if kind in clx_function_type_kinds: