Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSourceMgr.cpp159 std::pair<unsigned, unsigned> LineAndCol; in GetMessage() local
206 LineAndCol = getLineAndColumn(Loc, CurBuf); in GetMessage()
209 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first, in GetMessage()
210 LineAndCol.second-1, Kind, Msg.str(), in GetMessage()