Searched refs:DelegateMap (Results 1 – 1 of 1) sorted by relevance
362 typedef llvm::DenseMap<clang::ASTContext *, ImporterDelegateSP> DelegateMap; typedef373 DelegateMap m_delegates;460 DelegateMap &delegates = context_md->m_delegates; in GetDelegate()461 DelegateMap::iterator delegate_iter = delegates.find(src_ctx); in GetDelegate()