Searched defs:getMessage (Results 1 – 14 of 14) sorted by relevance
50 const std::string &getMessage() const { return Msg; } in getMessage() function
75 …const std::string &getMessage() const { return m_err_message; }; /**< Get custom error message … in getMessage() function
72 const std::string &getMessage() const { return Msg; } in getMessage() function
83 StringRef getMessage() const { return Message; } in getMessage() function
281 StringRef getMessage() const { return Message; } in getMessage() function
1225 const std::string &getMessage() const { return Msg; } in getMessage() function
123 const char *getMessage() const { return Err ? Err->c_str() : nullptr; }; in getMessage() function
352 syntax::Expression *syntax::StaticAssertDeclaration::getMessage() { in getMessage() function in syntax::StaticAssertDeclaration
554 StringRef getMessage() const { return Diagnostic.getMessage(); } in getMessage() function
1025 const Twine &getMessage() const { return Msg; } in getMessage() function
1680 StringRef getMessage() const { return Message; } in getMessage() function
3935 StringLiteral *getMessage() { return Message; } in getMessage() function3936 const StringLiteral *getMessage() const { return Message; } in getMessage() function
283 std::string StackHintGeneratorForSymbol::getMessage(const ExplodedNode *N){ in getMessage() function in StackHintGeneratorForSymbol
8289 std::string AssertionResult::getMessage() const { in getMessage() function in Catch::AssertionResult