Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.h236 DIEToDeclContextMap::iterator pos = m_die_to_decl_ctx.find(die); in GetCachedClangDeclContextForDIE()
606 typedef llvm::DenseMap<const DWARFDebugInfoEntry *, clang::DeclContext *> DIEToDeclContextMap; typedef
613 DIEToDeclContextMap m_die_to_decl_ctx;
DSymbolFileDWARF.cpp4626 DIEToDeclContextMap::iterator pos = m_die_to_decl_ctx.find (decl_ctx_die); in GetClangDeclContextContainingDIE()