Searched refs:DelegateMap (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTImporter.h257 typedef llvm::DenseMap<clang::ASTContext *, ImporterDelegateSP> DelegateMap; typedef in class:lldb_private::ClangASTImporter
267 DelegateMap m_delegates;
304 DelegateMap &delegates = context_md->m_delegates;
305 DelegateMap::iterator delegate_iter = delegates.find(src_ctx);

Completed in 45 milliseconds