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