Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Core/
H A DDiagnosticEventTest.cpp76 EXPECT_EQ(data->GetMessage(), "foo"); in TEST_F()
101 EXPECT_EQ(data->GetMessage(), "bar"); in TEST_F()
132 EXPECT_EQ(data->GetMessage(), "baz"); in TEST_F()
163 EXPECT_EQ(data->GetMessage(), "foo"); in TEST_F()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebuggerEvents.h38 const std::string &GetMessage() const { return m_message; } in GetMessage() function
62 const std::string &GetMessage() const { return m_message; } in GetMessage() function
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A Dwindows.h21 #undef GetMessage
/llvm-project-15.0.7/lldb/source/Expression/
H A DDiagnosticManager.cpp52 ret.append(std::string(diagnostic->GetMessage())); in GetString()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebuggerEvents.cpp65 *s << ": " << GetMessage() << '\n'; in Dump()
H A DDebugger.cpp1882 std::string message = data->GetMessage(); in HandleProgressEvent()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DDiagnosticManager.h75 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp995 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon() argument
1020 GetMessage(D, SMP); in reportCommon()
1027 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
1038 D = SMP->GetMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDiagnosticManagerTest.cpp51 EXPECT_EQ(msg, got->GetMessage()); in TEST()
/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp270 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
352 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSourceMgr.h242 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DParser.cpp202 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()
H A DLLLexer.cpp29 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp167 return progress_data->GetMessage().c_str(); in GetProgressFromEvent()
180 dictionary->AddStringItem("message", diagnostic_data->GetMessage()); in GetDiagnosticFromEvent()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp200 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
1002 return SM.GetMessage(Loc, Error.getKind(), Error.getMessage(), None, in diagFromMIStringDiag()
H A DMIParser.cpp590 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in error()
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp353 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
/llvm-project-15.0.7/llvm/lib/FileCheck/
H A DFileCheckImpl.h560 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DConfigCompile.cpp597 Diagnostic(SourceMgr->GetMessage(Range.Start, Kind, Message, Range)); in diag()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1314 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()