Searched refs:ContextMap (Results 1 – 2 of 2) sorted by relevance
377 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap; typedef379 ContextMap Contexts;
75 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()