Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h362 typedef llvm::DenseMap<clang::ASTContext *, ImporterDelegateSP> DelegateMap; typedef
373 DelegateMap m_delegates;
460 DelegateMap &delegates = context_md->m_delegates; in GetDelegate()
461 DelegateMap::iterator delegate_iter = delegates.find(src_ctx); in GetDelegate()