| cindex.py | 252 def from_position(tu, file, line, column): member in class:SourceLocation 2926 return SourceLocation.from_position(self, f, position[0], position[1]) 2951 start_location = SourceLocation.from_position(self, f, 2958 end_location = SourceLocation.from_position(self, f,
|