Home
last modified time | relevance | path

Searched defs:isPrunable (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h798 bool isPrunable() const { return IsPrunable; } in isPrunable() function
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DPathDiagnostic.h553 bool isPrunable() const { return IsPrunable.value_or(false); } in isPrunable() function