Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp52 ret.append(std::string(diagnostic->GetMessage())); in GetString()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h75 llvm::StringRef GetMessage() const { return m_message; } in GetMessage() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp934 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon() argument
959 GetMessage(D, SMP); in reportCommon()
966 D = SMP->GetMessage(Loc, SourceMgr::DK_Error, Msg); in reportError()
977 D = SMP->GetMessage(Loc, SourceMgr::DK_Warning, Msg); in reportWarning()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp262 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
345 PrintMessage(OS, GetMessage(Loc, Kind, Msg, Ranges, FixIts), ShowColors); in PrintMessage()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h212 SMDiagnostic GetMessage(SMLoc Loc, DiagKind Kind, const Twine &Msg,
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp204 Err = SM.GetMessage(SMLoc::getFromPointer(Asm.begin() + Read), in parseType()
H A DLLLexer.cpp29 ErrorInfo = SM.GetMessage(ErrorLoc, SourceMgr::DK_Error, Msg); in Error()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h107 const std::string &GetMessage() const { return m_message; } in GetMessage() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp202 DS_Error, SM.GetMessage(Loc, SourceMgr::DK_Error, Message))); in error()
968 return SM.GetMessage(Loc, Error.getKind(), Error.getMessage(), None, in diagFromMIStringDiag()
H A DMIParser.cpp593 Error = SM.GetMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Error, Msg); in error()
/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp323 SMDiagnostic Diag = Mgr.GetMessage( in emitReplacementWarnings()
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h560 SM.GetMessage(Loc, SourceMgr::DK_Error, ErrMsg), Range);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp179 return LLDB_RECORD_RESULT(progress_data->GetMessage().c_str()) in GetProgressFromEvent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1325 SMDiagnostic Diag = getSourceManager().GetMessage( in processInstruction()