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.h505 std::unique_ptr<StackHintGenerator> CallStackHint; variable
512 CallStackHint(stackHint) {} in PathDiagnosticSpotPiece()
530 bool hasCallStackHint() { return (bool)CallStackHint; } in hasCallStackHint()
535 if (CallStackHint) in getCallStackMessage()
536 return CallStackHint->getMessage(N); in getCallStackMessage()