Lines Matching defs:Column
469 unsigned Column = D.getColumnNo();
470 B << SourceRange(Loc.getLocWithOffset(Range.first - Column),
471 Loc.getLocWithOffset(Range.second - Column));
542 StringRef &Filename, unsigned &Line, unsigned &Column) const {
548 D.getLocation(Filename, Line, Column);
554 // If -gcolumn-info was not used, Column will be 0. This upsets the
555 // source manager, so pass 1 if Column is not set.
556 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1);
577 << Filename << Line << Column;
599 unsigned Line, Column;
608 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
626 << Filename << Line << Column;
636 unsigned Line, Column;
645 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
663 << Filename << Line << Column;
745 unsigned Line, Column;
748 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column);
758 << Filename << Line << Column;