Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py16 kinds = CursorKind.get_all_kinds()
45 for k in CursorKind.get_all_kinds():
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py667 def get_all_kinds(): member in CursorKind