Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DAnalysisContext.h377 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap; typedef
379 ContextMap Contexts;
/external/clang/lib/Analysis/
DAnalysisDeclContext.cpp75 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I) in clear()
462 for (ContextMap::iterator I = Contexts.begin(), E = Contexts.end(); I!=E; ++I) in ~AnalysisDeclContextManager()