Lines Matching refs:Column
533 unsigned Column = D.getColumnNo(); in SrcMgrDiagHandler() local
534 B << SourceRange(Loc.getLocWithOffset(Range.first - Column), in SrcMgrDiagHandler()
535 Loc.getLocWithOffset(Range.second - Column)); in SrcMgrDiagHandler()
606 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc()
612 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc()
620 DILoc = SourceMgr.translateFileLineCol(*FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
641 << Filename << Line << Column; in getBestLocationFromDebugLoc()
663 unsigned Line, Column; in UnsupportedDiagHandler() local
672 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
690 << Filename << Line << Column; in UnsupportedDiagHandler()
700 unsigned Line, Column; in EmitOptimizationMessage() local
709 Loc = getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
729 << Filename << Line << Column; in EmitOptimizationMessage()
811 unsigned Line, Column; in MisExpectDiagHandler() local
814 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in MisExpectDiagHandler()
824 << Filename << Line << Column; in MisExpectDiagHandler()