| /llvm-project/lldb/unittests/Core/ |
| H A D | ProgressReportTest.cpp | 89 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 D | DiagnosticEventTest.cpp | 71 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 D | DebuggerEvents.cpp | 65 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 D | Debugger.cpp | 2132 std::string message = data->GetMessage(); in HandleDiagnosticEvent()
|
| /llvm-project/lldb/include/lldb/Core/ |
| H A D | DebuggerEvents.h | 46 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 D | windows.h | 21 #undef GetMessage
|
| /llvm-project/lldb/source/Expression/ |
| H A D | DiagnosticManager.cpp | 85 llvm::StringRef message = diagnostic->GetMessage(); in PutString()
|
| /llvm-project/lldb/include/lldb/Expression/ |
| H A D | DiagnosticManager.h | 89 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 D | MCContext.cpp | 1043 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 D | SourceMgr.cpp | 274 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 D | DiagnosticManagerTest.cpp | 51 EXPECT_EQ(msg, got->GetMessage()); in TEST()
|
| /llvm-project/llvm/include/llvm/Support/ |
| H A D | SourceMgr.h | 242 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
|
| /llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 210 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()
|
| H A D | LLLexer.cpp | 41 ErrorInfo.Error = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg);
|
| /llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 219 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error() 1176 return SM.GetMessage(Loc, Error.getKind(), Error.getMessage(), {},
|
| H A D | MIParser.cpp | 605 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg);
|
| /llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheckImpl.h | 511 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
|
| /llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 362 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | ConfigCompile.cpp | 769 Diagnostic(SourceMgr->GetMessage(Range.Start, Kind, Message, Range));
|
| /llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 134 ConstString message(progress_data->GetMessage()); in GetProgressFromEvent()
|
| /llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1377 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()
|