jklaehn added inline comments. ================ Comment at: bindings/python/clang/cindex.py:214 +class Location(object): + """A Location is a specific kind of source location. A SourceLocation ---------------- Can you also add `Location` to `__all__`? https://reviews.llvm.org/D37905