Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h499 Optional<bool> IsPrunable; variable
520 if (IsPrunable.hasValue() && !override)
522 IsPrunable = isPrunable;
527 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()