Searched refs:shouldPrune (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1336 Optional<bool> shouldPrune; local
1342 shouldPrune);
1344 shouldPrune);
1408 if (shouldPrune.hasValue())
1409 event->setPrunable(shouldPrune.getValue());

Completed in 62 milliseconds