HomeSort by relevance Sort by last modified time
    Searched refs:isPrunable (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 409 llvm::Optional<bool> IsPrunable;
429 void setPrunable(bool isPrunable, bool override = false) {
430 if (IsPrunable.hasValue() && !override)
432 IsPrunable = isPrunable;
436 bool isPrunable() const {
437 return IsPrunable.hasValue() ? IsPrunable.getValue() : false;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 151 if (event->isPrunable())
    [all...]

Completed in 122 milliseconds