Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h602 bool hasCallStackMessage() { return !CallStackMessage.empty(); } in hasCallStackMessage() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp732 if (!CP->hasCallStackMessage()) in updateStackPiecesWithMessage()