Searched defs:from_position (Results 1 - 1 of 1) sorted by relevance

/external/clang/bindings/python/clang/
H A Dcindex.py180 def from_position(tu, file, line, column): member in class:SourceLocation
2410 return SourceLocation.from_position(self, f, position[0], position[1])
2435 start_location = SourceLocation.from_position(self, f,
2442 end_location = SourceLocation.from_position(self, f,

Completed in 91 milliseconds