Searched refs:BInfo (Results 1 – 1 of 1) sorted by relevance
847 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B); in emitDiagnosticLoc() local852 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID) in emitDiagnosticLoc()861 OS << '{' << SM.getLineNumber(BInfo.first, BInfo.second) << ':' in emitDiagnosticLoc()862 << SM.getColumnNumber(BInfo.first, BInfo.second) << '-' in emitDiagnosticLoc()1238 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc); in emitParseableFixits() local1253 OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second) in emitParseableFixits()1254 << ':' << SM.getColumnNumber(BInfo.first, BInfo.second) in emitParseableFixits()