Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h323 llvm::SmallSet<const LocationContext *, 2> InterestingLocationContexts; variable
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2340 InterestingLocationContexts.insert(LC); in markInteresting()
2410 return InterestingLocationContexts.count(LC); in isInteresting()