Home
last modified time | relevance | path

Searched refs:m_die_to_decl_ctx (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()
237 if (pos != m_die_to_decl_ctx.end()) in GetCachedClangDeclContextForDIE()
481 m_die_to_decl_ctx[die] = decl_ctx; in LinkDeclContextToDIE()
613 DIEToDeclContextMap m_die_to_decl_ctx; variable
DSymbolFileDWARF.cpp4544 …clang::NamespaceDecl *namespace_decl = static_cast<clang::NamespaceDecl *>(m_die_to_decl_ctx[die]); in ResolveNamespaceDIE()
4626 DIEToDeclContextMap::iterator pos = m_die_to_decl_ctx.find (decl_ctx_die); in GetClangDeclContextContainingDIE()
4627 if (pos != m_die_to_decl_ctx.end()) in GetClangDeclContextContainingDIE()
5466 clang::DeclContext *src_decl_ctx = src_symfile->m_die_to_decl_ctx[src_die]; in CopyUniqueClassMethodTypes()
5511 clang::DeclContext *src_decl_ctx = src_symfile->m_die_to_decl_ctx[src_die]; in CopyUniqueClassMethodTypes()
5566 clang::DeclContext *src_decl_ctx = m_die_to_decl_ctx[src_die]; in CopyUniqueClassMethodTypes()