Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h192 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath() function
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h408 bool shouldPrunePath() const { return !DoNotPrunePath; } in shouldPrunePath() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2056 if (R->shouldPrunePath() && Opts.ShouldPrunePaths) { in generate()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp3177 if (R->shouldPrunePath() && getAnalyzerOptions().shouldPrunePaths()) { in generatePathDiagnostic()