Home | History | Annotate | Download | only in Expression

Lines Matching refs:ModuleSP

565                                  lldb::ModuleSP(),
587 lldb::ModuleSP module_sp,
628 context.m_namespace_map->push_back(std::pair<lldb::ModuleSP, ClangNamespaceDecl>(module_sp, found_namespace_decl));
645 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i);
663 context.m_namespace_map->push_back(std::pair<lldb::ModuleSP, ClangNamespaceDecl>(image, found_namespace_decl));
1598 lldb::ModuleSP module_sp = i->first;
1613 namespace_map->push_back(std::pair<lldb::ModuleSP, ClangNamespaceDecl>(module_sp, found_namespace_decl));
1631 lldb::ModuleSP image = target_images.GetModuleAtIndexUnlocked(i);
1650 namespace_map->push_back(std::pair<lldb::ModuleSP, ClangNamespaceDecl>(image, found_namespace_decl));