Searched refs:Invalidations (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h134 llvm::SmallSet<InvalidationRecord, 4> Invalidations; member in class:clang::ento::BugReport
216 return Invalidations.empty();
229 Invalidations.insert(std::make_pair(Tag, Data));
236 Invalidations.erase(std::make_pair(Tag, Data));

Completed in 103 milliseconds