Home
last modified time | relevance | path

Searched refs:NamespaceMap (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.h68 m_namespace_map(std::make_shared<ClangASTImporter::NamespaceMap>()), in NameSearchContext()
DClangASTImporter.h106 typedef std::vector<NamespaceMapItem> NamespaceMap; typedef
107 typedef std::shared_ptr<NamespaceMap> NamespaceMapSP;
DClangASTSource.cpp1409 for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), in LookupInNamespace()
1642 for (ClangASTImporter::NamespaceMap::iterator i = parent_map->begin(), in CompleteNamespaceMap()
DClangASTImporter.cpp774 new_map = std::make_shared<NamespaceMap>(); in BuildNamespaceMap()