Lines Matching refs:column
180 def from_position(tu, file, line, column):
182 Retrieve the source location associated with a given file/line/column in
185 return conf.lib.clang_getLocation(tu, file, line, column)
208 def column(self):
209 """Get the column represented by this source location."""
228 return "<SourceLocation file %r, line %r, column %r>" % (
229 filename, self.line, self.column)
2165 - 2-tuple of (line number, column number). Initial file position is
2183 - 2 2-tuple or lists of (line, column) pairs in a 2-tuple or list.
2286 def codeComplete(self, path, line, column, unsaved_files=None,
2325 ptr = conf.lib.clang_codeCompleteAt(self, path, line, column,