Searched refs:LineAndCol (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 143 std::pair<unsigned, unsigned> LineAndCol; in GetMessage() local 190 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SourceMgr.cpp | 170 std::pair<unsigned, unsigned> LineAndCol; in GetMessage() local 217 LineAndCol = getLineAndColumn(Loc, CurBuf); in GetMessage() 220 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first, in GetMessage() 221 LineAndCol.second-1, Kind, Msg.str(), in GetMessage()
|
/external/llvm-project/llvm/lib/Support/ |
D | SourceMgr.cpp | 268 std::pair<unsigned, unsigned> LineAndCol; in GetMessage() local 316 LineAndCol = getLineAndColumn(Loc, CurBuf); in GetMessage() 319 return SMDiagnostic(*this, Loc, BufferID, LineAndCol.first, in GetMessage() 320 LineAndCol.second - 1, Kind, Msg.str(), LineStr, in GetMessage()
|