Searched refs:from_offset (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_location.py | 73 offset_location = SourceLocation.from_offset(tu, file, 5)
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 260 def from_offset(tu, file, offset): member in SourceLocation 2925 return SourceLocation.from_offset(self, f, position) 2955 start_location = SourceLocation.from_offset(self, f, 2962 end_location = SourceLocation.from_offset(self, f, end_location)
|