Searched refs:from_locations (Results 1 - 2 of 2) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py89 range1 = SourceRange.from_locations(location1, location2)
90 range2 = SourceRange.from_locations(location1, location2)
94 range3 = SourceRange.from_locations(location1, location3)
/external/clang/bindings/python/clang/
H A Dcindex.py244 def from_locations(start, end): member in class:SourceRange
2382 return SourceRange.from_locations(start_location, end_location)

Completed in 270 milliseconds