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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h519 void setPrunable(bool isPrunable, bool override = false) { argument
522 IsPrunable = isPrunable;
526 bool isPrunable() const { function in class:clang::ento::PathDiagnosticEventPiece
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp195 containsSomethingInteresting |= !event->isPrunable();

Completed in 456 milliseconds