Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h517 bool hasCallStackHint(PathDiagnosticPieceRef Piece) const { in hasCallStackHint() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h533 bool hasCallStackHint() { return (bool)CallStackHint; } in hasCallStackHint() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp723 if (R->hasCallStackHint(P)) in updateStackPiecesWithMessage()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp538 if (ep->hasCallStackHint()) in updateStackPiecesWithMessage()