Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h539 std::unique_ptr<StackHintGenerator> CallStackHint; variable
546 CallStackHint(stackHint) {} in PathDiagnosticSpotPiece()
563 bool hasCallStackHint() { return (bool)CallStackHint; } in hasCallStackHint()
568 if (CallStackHint) in getCallStackMessage()
569 return CallStackHint->getMessage(N); in getCallStackMessage()