Lines Matching defs:Column
349 uint32_t &Line, uint32_t &Column) {
356 // Take file number and line/column from the row.
362 Column = Row.Column;
374 uint32_t Column = 0;
393 FileName, Line, Column);
396 Line, Column);
444 // Take file number and line/column from the row.
451 FuncNameRef, Row.Line, Row.Column)));
476 uint32_t Column = 0;
492 FileName, Line, Column);
494 // Otherwise, use call file, call line and call column from
499 Column = CallColumn;
501 // Get call file/line/column of a current DIE.
508 Line, Column);