HomeSort by: relevance | last modified time | path
    Searched defs:from_position (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
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,

Completed in 25 milliseconds