Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_location.py73 offset_location = SourceLocation.from_offset(tu, file, 5)
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py260 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)