Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptParser.h44 const std::string &getMessage() const { return CurMessage; } in getMessage() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DError.h71 const std::string &getMessage() const { return Msg; } in getMessage() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h84 StringRef getMessage() const { return Message; } in getMessage() function
H A DSourceMgr.h311 StringRef getMessage() const { return Message; } in getMessage() function
H A DError.h1236 const std::string &getMessage() const { return Msg; } in getMessage() function
/openbsd-src/gnu/llvm/llvm/lib/Remarks/
H A DRemarkParser.cpp123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DNodes.cpp352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h554 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1030 const Twine &getMessage() const { return Msg; } in getMessage() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h354 const std::string &getMessage() const { return Msg; } in getMessage() function
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1714 StringRef getMessage() const { return Message; } in getMessage() function
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h3997 StringLiteral *getMessage() { return Message; } in getMessage() function
3998 const StringLiteral *getMessage() const { return Message; } in getMessage() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp285 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() function in StackHintGeneratorForSymbol