Lines Matching refs:Column
424 unsigned &Line, unsigned &Column) const;
582 unsigned Column = D.getColumnNo(); in SrcMgrDiagHandler() local
583 B << SourceRange(Loc.getLocWithOffset(Range.first - Column), in SrcMgrDiagHandler()
584 Loc.getLocWithOffset(Range.second - Column)); in SrcMgrDiagHandler()
656 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc()
662 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc()
670 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
691 << Filename << Line << Column; in getBestLocationFromDebugLoc()
713 unsigned Line, Column; in UnsupportedDiagHandler() local
722 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
740 << Filename << Line << Column; in UnsupportedDiagHandler()
750 unsigned Line, Column; in EmitOptimizationMessage() local
759 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
779 << Filename << Line << Column; in EmitOptimizationMessage()
861 unsigned Line, Column; in MisExpectDiagHandler() local
864 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in MisExpectDiagHandler()
874 << Filename << Line << Column; in MisExpectDiagHandler()