Searched refs:LineAndCol (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp170 std::pair<unsigned, unsigned> LineAndCol; local
217 LineAndCol = getLineAndColumn(Loc, CurBuf);
220 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first,
221 LineAndCol.second-1, Kind, Msg.str(),

Completed in 67 milliseconds