Lines Matching refs:col
102 void Clear() { row = col = -1; }105 int col; // 0 based.245 int Column() const { return location.col + 1; } ///< See Row()1478 int ErrorCol() const { return errorLocation.col+1; } ///< The column where the error occured. See ErrorRow()1514 errorLocation.row = errorLocation.col = 0;