Searched refs:LineAndCol (Results 1 – 1 of 1) sorted by relevance
143 std::pair<unsigned, unsigned> LineAndCol; in GetMessage() local190 LineAndCol = getLineAndColumn(Loc, CurBuf); in GetMessage()193 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first, in GetMessage()194 LineAndCol.second-1, Kind, Msg.str(), in GetMessage()