Lines Matching refs:Column
376 unsigned &Line, unsigned &Column) const;
522 unsigned Column = D.getColumnNo(); in SrcMgrDiagHandler() local
523 B << SourceRange(Loc.getLocWithOffset(Range.first - Column), in SrcMgrDiagHandler()
524 Loc.getLocWithOffset(Range.second - Column)); in SrcMgrDiagHandler()
585 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc()
591 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc()
599 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
619 << Filename << Line << Column; in getBestLocationFromDebugLoc()
631 unsigned Line, Column; in UnsupportedDiagHandler() local
640 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
658 << Filename << Line << Column; in UnsupportedDiagHandler()
668 unsigned Line, Column; in EmitOptimizationMessage() local
677 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
697 << Filename << Line << Column; in EmitOptimizationMessage()