Home
last modified time | relevance | path

Searched refs:shouldPrunePaths (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.h314 bool shouldPrunePaths();
/external/clang/lib/StaticAnalyzer/Core/
DAnalyzerOptions.cpp236 bool AnalyzerOptions::shouldPrunePaths() { in shouldPrunePaths() function in AnalyzerOptions
DBugReporter.cpp2227 getEngine().getAnalysisManager().options.shouldPrunePaths()) { in generatePathDiagnostic()