Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Core/
H A DProgressReportTest.cpp89 EXPECT_EQ(data->GetMessage(), "Progress report 1: Starting report 1"); in TEST_F()
98 EXPECT_EQ(data->GetMessage(), "Progress report 2: Starting report 2"); in TEST_F()
107 EXPECT_EQ(data->GetMessage(), "Progress report 3: Starting report 3"); in TEST_F()
118 EXPECT_EQ(data->GetMessage(), "Progress report 3: Starting report 3"); in TEST_F()
126 EXPECT_EQ(data->GetMessage(), "Progress report 2: Starting report 2"); in TEST_F()
134 EXPECT_EQ(data->GetMessage(), "Progress report 1: Starting report 1"); in TEST_F()
159 EXPECT_EQ(data->GetMessage(), "Finite progress: Report 1"); in TEST_F()
167 EXPECT_EQ(data->GetMessage(), "Finite progress: Report 1"); in TEST_F()
175 EXPECT_EQ(data->GetMessage(), "Finite progress: Report 1"); in TEST_F()
193 EXPECT_EQ(data->GetMessage(), "Infinit in TEST_F()
[all...]
H A DDiagnosticEventTest.cpp71 EXPECT_EQ(data->GetMessage(), "foo"); in TEST_F()
95 EXPECT_EQ(data->GetMessage(), "bar"); in TEST_F()
126 EXPECT_EQ(data->GetMessage(), "baz"); in TEST_F()
156 EXPECT_EQ(data->GetMessage(), "foo"); in TEST_F()
/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp65 dictionary_sp->AddStringItem("message", progress_data->GetMessage()); in GetAsStructuredData()
93 *s << ": " << GetMessage() << '\n'; in Dump()
119 dictionary_sp->AddStringItem("message", diagnostic_data->GetMessage()); in GetAsStructuredData()
H A DDebugger.cpp2132 std::string message = data->GetMessage(); in HandleDiagnosticEvent()
/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h46 std::string GetMessage() const { in GetMessage() function
85 const std::string &GetMessage() const { return m_message; } in GetMessage() function
/llvm-project/lldb/include/lldb/Host/windows/
H A Dwindows.h21 #undef GetMessage
/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp85 llvm::StringRef message = diagnostic->GetMessage(); in PutString()
/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h89 llvm::StringRef GetMessage() const { return m_detail.message; } in Clear()
69 llvm::StringRef GetMessage() const { return m_message; } GetMessage() function
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1043 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon()
1068 GetMessage(D, SMP);
1075 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg);
1086 D = SMP->GetMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
1040 reportCommon(SMLoc Loc,std::function<void (SMDiagnostic &,const SourceMgr *)> GetMessage) reportCommon() argument
/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp274 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
356 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
/llvm-project/lldb/unittests/Expression/
H A DDiagnosticManagerTest.cpp51 EXPECT_EQ(msg, got->GetMessage()); in TEST()
/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h242 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp210 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()
H A DLLLexer.cpp41 ErrorInfo.Error = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp219 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
1176 return SM.GetMessage(Loc, Error.getKind(), Error.getMessage(), {},
H A DMIParser.cpp605 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h511 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp362 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
/llvm-project/clang-tools-extra/clangd/
H A DConfigCompile.cpp769 Diagnostic(SourceMgr->GetMessage(Range.Start, Kind, Message, Range));
/llvm-project/lldb/source/API/
H A DSBDebugger.cpp134 ConstString message(progress_data->GetMessage()); in GetProgressFromEvent()
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1377 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()