Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DError.h72 const std::string &getMessage() const { return Msg; } in getMessage() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceScriptParser.h47 const std::string &getMessage() const { return CurMessage; } in getMessage() function
/netbsd-src/external/apache2/llvm/dist/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.h1192 const std::string &getMessage() const { return Msg; } in getMessage() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DNodes.cpp352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DSAXParserFactory.cc132 SAXException::getMessage () in getMessage() function in SAXException
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DSAXParserFactory.cc132 SAXException::getMessage () in getMessage() function in SAXException
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h554 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1025 const Twine &getMessage() const { return Msg; } in getMessage() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h906 inline std::string * getMessage() { return m_message; } in getMessage() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.c493 const char *DeprecatedDeclaration::getMessage() in getMessage() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1680 StringRef getMessage() const { return Message; } in getMessage() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h3805 StringLiteral *getMessage() { return Message; } in getMessage() function
3806 const StringLiteral *getMessage() const { return Message; } in getMessage() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbolsem.d164 const(char)* getMessage(DeprecatedDeclaration dd) in getMessage() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp283 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() function in StackHintGeneratorForSymbol