Home | History | Annotate | Download | only in Frontend

Lines Matching full:binfo

841       std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(B);
846 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID)
855 OS << '{' << SM.getLineNumber(BInfo.first, BInfo.second) << ':'
856 << SM.getColumnNumber(BInfo.first, BInfo.second) << '-'
1237 std::pair<FileID, unsigned> BInfo = SM.getDecomposedLoc(BLoc);
1252 OS << "\":{" << SM.getLineNumber(BInfo.first, BInfo.second)
1253 << ':' << SM.getColumnNumber(BInfo.first, BInfo.second)