Searched refs:NamespaceMapItem (Results 1 – 3 of 3) sorted by relevance
176 typedef std::pair<lldb::ModuleSP, CompilerDeclContext> NamespaceMapItem; typedef177 typedef std::vector<NamespaceMapItem> NamespaceMap;
200 for (const ClangASTImporter::NamespaceMapItem &item : *namespace_map) { in FindCompleteType()
716 for (ClangASTImporter::NamespaceMapItem &n : *namespace_map) { in FindExternalVisibleDecls()