Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp280 std::pair<unsigned, unsigned> LineAndCol; in GetMessage() local
327 LineAndCol = getLineAndColumn(Loc, CurBuf); in GetMessage()
330 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first, in GetMessage()
331 LineAndCol.second - 1, Kind, Msg.str(), LineStr, in GetMessage()