Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h563 bool hasCallStackHint() { return (bool)CallStackHint; } in hasCallStackHint() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp534 if (ep->hasCallStackHint()) in updateStackPiecesWithMessage()