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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h435 *m_decl_map; ///< The DeclMap containing the Decls member in class:IRForTarget
H A DIRForTarget.cpp76 m_module(nullptr), m_decl_map(decl_map),
268 // Get the next available result name from m_decl_map and create the
405 if (!m_decl_map->AddPersistentVariable(
1101 if (!m_decl_map->AddPersistentVariable(decl, persistent_variable_name,
1266 m_decl_map->AddValueToStruct(named_decl, lldb_private::ConstString(name),
1286 m_decl_map->GetSymbolAddress(name, lldb::eSymbolTypeAny);
1351 m_decl_map->GetSymbolAddress(name_cstr, lldb::eSymbolTypeObjCClass);
1661 m_decl_map->DoStructLayout();
1671 if (!m_decl_map->GetStructInfo(num_elements, size, alignment))
1766 if (!m_decl_map
[all...]

Completed in 72 milliseconds