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.h502 Optional<bool> IsPrunable; variable
523 if (IsPrunable.hasValue() && !override)
525 IsPrunable = isPrunable;
530 return IsPrunable.hasValue() ? IsPrunable.getValue() : false; in isPrunable()