Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h176 typedef std::pair<lldb::ModuleSP, CompilerDeclContext> NamespaceMapItem; typedef
177 typedef std::vector<NamespaceMapItem> NamespaceMap;
H A DClangASTSource.cpp200 for (const ClangASTImporter::NamespaceMapItem &item : *namespace_map) { in FindCompleteType()
H A DClangExpressionDeclMap.cpp717 for (ClangASTImporter::NamespaceMapItem &n : *namespace_map) { in FindExternalVisibleDecls()