Searched defs:getMessage (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/include/lld/Core/
H A DError.h50 const std::string &getMessage() const { return Msg; } function in class:lld::GenericError
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h83 StringRef getMessage() const { return Message; } function in class:llvm::SymbolRemappingParseError
H A DSourceMgr.h276 StringRef getMessage() const { return Message; } function in class:llvm::SMDiagnostic
H A DError.h1192 const std::string &getMessage() const { return Msg; } function in class:llvm::StringError
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Docsd_error.h75 const std::string &getMessage() const { return m_err_message; }; /**< Get custom error message */ function in class:ocsdError
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h72 const std::string &getMessage() const { return Msg; } function in class:llvm::object::GenericBinaryError
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; function in struct:__anon3776::CParser
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1010 const Twine &getMessage() const { return Msg; } function in class:llvm::DiagnosticInfoUnsupported
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp283 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ function in class:StackHintGeneratorForSymbol
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3818 StringLiteral *getMessage() { return Message; } function in class:clang::StaticAssertDecl
3819 const StringLiteral *getMessage() const { return Message; } function in class:clang::StaticAssertDecl

Completed in 199 milliseconds