Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_location.py60 location = SourceLocation.from_position(tu, file, 1, 5)
68 location2 = SourceLocation.from_position(tu, file, 1, 5)
70 location3 = SourceLocation.from_position(tu, file, 1, 4)
96 location1 = SourceLocation.from_position(tu, file, 1, 1)
97 location2 = SourceLocation.from_position(tu, file, 1, 8)
103 location3 = SourceLocation.from_position(tu, file, 1, 6)
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py252 def from_position(tu, file, line, column): member in SourceLocation
2927 return SourceLocation.from_position(self, f, position[0], position[1])
2952 start_location = SourceLocation.from_position(self, f,
2959 end_location = SourceLocation.from_position(self, f,