Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h784 Optional<std::string> generateMessage(BugReporterContext &BRC, in generateMessage() function
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp3256 if (Optional<std::string> Msg = T->generateMessage(BRC, R)) { in VisitNode()