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()
583 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc()
589 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc()
597 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
617 << Filename << Line << Column; in getBestLocationFromDebugLoc()
629 unsigned Line, Column; in UnsupportedDiagHandler() local
638 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
656 << Filename << Line << Column; in UnsupportedDiagHandler()
666 unsigned Line, Column; in EmitOptimizationMessage() local
675 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
695 << Filename << Line << Column; in EmitOptimizationMessage()