Home
last modified time | relevance | path

Searched defs:getMessage (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DError.h50 const std::string &getMessage() const { return Msg; } in getMessage() function
/freebsd-13.1/contrib/opencsd/decoder/include/common/
H A Docsd_error.h75 …const std::string &getMessage() const { return m_err_message; }; /**< Get custom error message … in getMessage() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h72 const std::string &getMessage() const { return Msg; } in getMessage() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h83 StringRef getMessage() const { return Message; } in getMessage() function
H A DSourceMgr.h281 StringRef getMessage() const { return Message; } in getMessage() function
H A DError.h1225 const std::string &getMessage() const { return Msg; } in getMessage() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h554 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1025 const Twine &getMessage() const { return Msg; } in getMessage() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1680 StringRef getMessage() const { return Message; } in getMessage() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3935 StringLiteral *getMessage() { return Message; } in getMessage() function
3936 const StringLiteral *getMessage() const { return Message; } in getMessage() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp283 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() function in StackHintGeneratorForSymbol
/freebsd-13.1/contrib/bsnmp/tests/
H A Dcatch.hpp8289 std::string AssertionResult::getMessage() const { in getMessage() function in Catch::AssertionResult