Home
last modified time | relevance | path

Searched refs:BugSuppression (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugSuppression.h29 class BugSuppression {
31 explicit BugSuppression(const ASTContext &ACtx) : ACtx(ACtx) {} in BugSuppression() function
HDBugReporter.h602 BugSuppression UserSuppressions;
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugSuppression.cpp129 bool BugSuppression::isSuppressed(const BugReport &R) { in isSuppressed()
138 bool BugSuppression::isSuppressed(const PathDiagnosticLocation &Location, in isSuppressed()
/freebsd-head/lib/clang/libclang/
HDMakefile791 SRCS_FUL+= StaticAnalyzer/Core/BugSuppression.cpp