Home
last modified time | relevance | path

Searched refs:CachedRanges (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugSuppression.h47 using CachedRanges = variable
50 llvm::DenseMap<const Decl *, CachedRanges> CachedSuppressionLocations;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp177 std::make_pair(DeclWithIssue, CachedRanges{})); in isSuppressed()