Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h105 llvm::SmallSet<const LocationContext *, 2> InterestingLocationContexts; variable
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2623 InterestingLocationContexts.insert(LC); in markInteresting()
2653 return InterestingLocationContexts.count(LC); in isInteresting()