Home
last modified time | relevance | path

Searched refs:generateMessage (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h782 std::optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3513 if (std::optional<std::string> Msg = T->generateMessage(BRC, R)) { in VisitNode()