Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h104 llvm::SmallSet<const LocationContext *, 2> InterestingLocationContexts; variable
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2644 InterestingLocationContexts.insert(LC); in markInteresting()
2674 return InterestingLocationContexts.count(LC); in isInteresting()