Lines Matching refs:Column
376 unsigned &Line, unsigned &Column) const;
522 unsigned Column = D.getColumnNo();
523 B << SourceRange(Loc.getLocWithOffset(Range.first - Column),
524 Loc.getLocWithOffset(Range.second - Column));
583 StringRef &Filename, unsigned &Line, unsigned &Column) const {
589 D.getLocation(Filename, Line, Column);
595 // If -gcolumn-info was not used, Column will be 0. This upsets the
596 // source manager, so pass 1 if Column is not set.
597 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1);
617 << Filename << Line << Column;
629 unsigned Line, Column;
638 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
656 << Filename << Line << Column;
666 unsigned Line, Column;
675 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
695 << Filename << Line << Column;