Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h508 std::unique_ptr<StackHintGenerator> CallStackHint; variable
515 CallStackHint(stackHint) {} in PathDiagnosticSpotPiece()
533 bool hasCallStackHint() { return (bool)CallStackHint; } in hasCallStackHint()
538 if (CallStackHint) in getCallStackMessage()
539 return CallStackHint->getMessage(N); in getCallStackMessage()