Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.h67 m_namespace_map(std::make_shared<ClangASTImporter::NamespaceMap>()), in NameSearchContext()
H A DClangASTImporter.h199 typedef std::vector<NamespaceMapItem> NamespaceMap; typedef
200 typedef std::shared_ptr<NamespaceMap> NamespaceMapSP;
H A DClangASTSource.cpp1338 for (ClangASTImporter::NamespaceMap::iterator i = namespace_map->begin(), in LookupInNamespace()
1381 for (ClangASTImporter::NamespaceMap::iterator i = parent_map->begin(), in CompleteNamespaceMap()
H A DClangASTImporter.cpp1012 new_map = std::make_shared<NamespaceMap>(); in BuildNamespaceMap()