Lines Matching refs:column
179 if self.start.column <= other.column <= self.end.column:
183 if self.start.column <= other.column:
187 if other.column <= self.end.column:
339 if self._token.location.column != col:
435 print "%d:%d: %s" % (tok.location.line, tok.location.column, msg)
1460 return '%d:%d - %d:%d' % (extent.start.line, extent.start.column,
1461 extent.end.line, extent.end.column)
1540 (tokens[i].location.column + len(tokens[i].spelling) ==
1541 tokens[i+1].location.column)):