Searched defs:ContextMap (Results 1 – 3 of 3) sorted by relevance
106 using ContextMap = std::unordered_map<uint32_t, EGLContext>; variable
370 struct ContextMap<S: DecoderSession> { struct374 impl<S: DecoderSession> ContextMap<S> { argument403 impl<S: DecoderSession> Default for ContextMap<S> { implementation
409 typedef llvm::DenseMap<const Decl*, AnalysisDeclContext*> ContextMap; typedef