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

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

Completed in 47 milliseconds