Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h340 typedef llvm::DenseMap<clang::ASTContext *, ImporterDelegateSP> DelegateMap; typedef
351 DelegateMap m_delegates;
438 DelegateMap &delegates = context_md->m_delegates; in GetDelegate()
439 DelegateMap::iterator delegate_iter = delegates.find(src_ctx); in GetDelegate()