Lines Matching defs:Column
508 unsigned Column = D.getColumnNo();
509 B << SourceRange(Loc.getLocWithOffset(Range.first - Column),
510 Loc.getLocWithOffset(Range.second - Column));
581 StringRef &Filename, unsigned &Line, unsigned &Column) const {
587 D.getLocation(Filename, Line, Column);
593 // If -gcolumn-info was not used, Column will be 0. This upsets the
594 // source manager, so pass 1 if Column is not set.
595 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1);
616 << Filename << Line << Column;
638 unsigned Line, Column;
647 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
665 << Filename << Line << Column;
675 unsigned Line, Column;
684 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
704 << Filename << Line << Column;
786 unsigned Line, Column;
789 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
799 << Filename << Line << Column;