LICENSE.TXT
MANIFEST.in
README.rst
setup.py
tox.ini
clang/__init__.py
clang/cindex.py
clang/enumerations.py
examples/cindex/cindex-dump.py
examples/cindex/cindex-includes.py
sealang/sealang.cpp
sealang/sealang.h
sealang.egg-info/PKG-INFO
sealang.egg-info/SOURCES.txt
sealang.egg-info/dependency_links.txt
sealang.egg-info/pbr.json
sealang.egg-info/top_level.txt
tests/__init__.py
tests/cindex/__init__.py
tests/cindex/test_access_specifiers.py
tests/cindex/test_cdb.py
tests/cindex/test_code_completion.py
tests/cindex/test_comment.py
tests/cindex/test_cursor.py
tests/cindex/test_cursor_kind.py
tests/cindex/test_diagnostics.py
tests/cindex/test_file.py
tests/cindex/test_index.py
tests/cindex/test_location.py
tests/cindex/test_token_kind.py
tests/cindex/test_tokens.py
tests/cindex/test_translation_unit.py
tests/cindex/test_type.py
tests/cindex/util.py
tests/cindex/INPUTS/compile_commands.json
tests/cindex/INPUTS/header1.h
tests/cindex/INPUTS/header2.h
tests/cindex/INPUTS/header3.h
tests/cindex/INPUTS/hello.cpp
tests/cindex/INPUTS/include.cpp
tests/cindex/INPUTS/parse_arguments.c