Searched refs:assert_location (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_location.py | 20 def assert_location(self, loc, line, column, offset): member in TestLocation 33 self.assert_location(one.location,line=1,column=5,offset=4) 34 self.assert_location(two.location,line=2,column=5,offset=13) 44 self.assert_location(one.location,line=2,column=5,offset=5) 45 self.assert_location(two.location,line=3,column=5,offset=14) 52 self.assert_location(one.location,line=1,column=6,offset=5) 53 self.assert_location(two.location,line=2,column=5,offset=14) 87 self.assert_location(one.extent.start,line=1,column=1,offset=0) 88 self.assert_location(one.extent.end,line=1,column=8,offset=7) 91 self.assert_location(two.extent.start,line=2,column=1,offset=9) [all …]
|