Home
last modified time | relevance | path

Searched refs:NamespaceMapItem (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h198 typedef std::pair<lldb::ModuleSP, CompilerDeclContext> NamespaceMapItem; typedef
199 typedef std::vector<NamespaceMapItem> NamespaceMap;
H A DClangASTSource.cpp199 for (const ClangASTImporter::NamespaceMapItem &item : *namespace_map) { in FindCompleteType()
H A DClangExpressionDeclMap.cpp710 for (ClangASTImporter::NamespaceMapItem &n : *namespace_map) { in FindExternalVisibleDecls()