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
2173 return SourceLocation.from_position(self, f, position[0], position[1])
2198 start_location = SourceLocation.from_position(self, f,
2205 end_location = SourceLocation.from_position(self, f,

Completed in 69 milliseconds