Lines Matching refs:Column
339 unsigned &Line, unsigned &Column) const;
451 unsigned Column = D.getColumnNo(); in InlineAsmDiagHandler2() local
452 B << SourceRange(Loc.getLocWithOffset(Range.first - Column), in InlineAsmDiagHandler2()
453 Loc.getLocWithOffset(Range.second - Column)); in InlineAsmDiagHandler2()
546 StringRef &Filename, unsigned &Line, unsigned &Column) const { in getBestLocationFromDebugLoc()
552 D.getLocation(Filename, Line, Column); in getBestLocationFromDebugLoc()
560 DILoc = SourceMgr.translateFileLineCol(FE, Line, Column ? Column : 1); in getBestLocationFromDebugLoc()
580 << Filename << Line << Column; in getBestLocationFromDebugLoc()
591 unsigned Line, Column; in UnsupportedDiagHandler() local
594 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in UnsupportedDiagHandler()
604 << Filename << Line << Column; in UnsupportedDiagHandler()
614 unsigned Line, Column; in EmitOptimizationMessage() local
617 getBestLocationFromDebugLoc(D, BadDebugInfo, Filename, Line, Column); in EmitOptimizationMessage()
636 << Filename << Line << Column; in EmitOptimizationMessage()