.clangd
.gitignore
LICENSE
README.md
llvm.list
pyproject.toml
requirements.txt
setup.py
.github/workflows/pypi.yml
.github/workflows/sphinx.yml
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/index.md
docs/_static/custom.css
docs/_templates/customtoc.html
docs/cindex/get_tu.md
docs/cindex/index.md
docs/cindex/python_module.md
docs/cindex/traverse.md
docs/cindex/cursor_kind/function_decl.md
docs/cindex/cursor_kind/index.md
docs/cindex/type/index.md
docs/examples/imgui.md
docs/examples/index.md
docs/rawtypes/args.md
docs/rawtypes/index.md
docs/rawtypes/result.md
docs/setup/index.md
docs/setup/pypi.md
docs/setup/command/build_ext.md
docs/setup/command/build_py.md
docs/setup/command/index.md
docs/setup/command/install.md
docs/setup/command/sdist.md
src/rawtypes/__init__.py
src/rawtypes/__main__.py
src/rawtypes/_version.py
src/rawtypes/vcenv.py
src/rawtypes.egg-info/PKG-INFO
src/rawtypes.egg-info/SOURCES.txt
src/rawtypes.egg-info/dependency_links.txt
src/rawtypes.egg-info/requires.txt
src/rawtypes.egg-info/top_level.txt
src/rawtypes/clang/__init__.py
src/rawtypes/clang/cindex.py
src/rawtypes/clang/enumerations.py
src/rawtypes/clang_util/__init__.py
src/rawtypes/clang_util/generate_cindex_stub.py
src/rawtypes/generator/__init__.py
src/rawtypes/generator/cpp_writer.py
src/rawtypes/generator/generator.py
src/rawtypes/generator/py_writer.py
src/rawtypes/generator/templates/ctypes_structure.py
src/rawtypes/generator/templates/impl.cpp
src/rawtypes/generator/templates/module.cpp
src/rawtypes/generator/templates/pycfunc.cpp
src/rawtypes/generator/templates/rawtypes.h
src/rawtypes/interpreted_types/__init__.py
src/rawtypes/interpreted_types/basetype.py
src/rawtypes/interpreted_types/definition.py
src/rawtypes/interpreted_types/pointer_types.py
src/rawtypes/interpreted_types/primitive_types.py
src/rawtypes/interpreted_types/string.py
src/rawtypes/interpreted_types/wrap_types.py
src/rawtypes/parser/__init__.py
src/rawtypes/parser/enum_cursor.py
src/rawtypes/parser/function_cursor.py
src/rawtypes/parser/header.py
src/rawtypes/parser/parser.py
src/rawtypes/parser/struct_cursor.py
src/rawtypes/parser/type_context.py
src/rawtypes/parser/typedef_cursor.py
tests/test_clang_util.py
tests/test_ctypes.py
tests/test_interpreted_types.py
tests/test_parser.py
tests/libs/__init__.py
tests/libs/test__clang_cindex.py
tests/libs/test__etc.py
tests/libs/test__imgui.py
tests/libs/test__nanovg.py