Lines Matching refs:column
46 int32_t column;
95 bool MatchWithLocation(const Callback &cb, int32_t line, int32_t column,
148 if (pair.column == column) {
150 } else if (pair.column < minColumn && currentOffset < minColumnOffset) {
151 minColumn = pair.column;
159 if (minColumn != INT32_MAX) { // find the smallest column for the corresponding row
162 if (currentOffset != UINT32_MAX) { // find corresponding row, but not find corresponding column
184 int32_t column = 0;
188 column = (iter - 1)->column;
190 return cb(column);
215 return columnTable[0].column + 1;
217 int firstColumnIndex = ((columnTable[0].column == SPECIAL_LINE_MARK) ? 1 : 0);
218 return columnTable[firstColumnIndex].column + 1;