HomeSort by relevance Sort by last modified time
    Searched refs:from_position (Results 1 - 2 of 2) sorted by null

  /external/clang/bindings/python/tests/cindex/
test_location.py 50 location = SourceLocation.from_position(tu, file, 1, 5)
58 location2 = SourceLocation.from_position(tu, file, 1, 5)
60 location3 = SourceLocation.from_position(tu, file, 1, 4)
86 location1 = SourceLocation.from_position(tu, file, 1, 1)
87 location2 = SourceLocation.from_position(tu, file, 1, 8)
93 location3 = SourceLocation.from_position(tu, file, 1, 6)
  /external/clang/bindings/python/clang/
cindex.py 180 def from_position(tu, file, line, column): member in class:SourceLocation
    [all...]

Completed in 65 milliseconds