Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.h105 typedef std::pair<lldb::ModuleSP, CompilerDeclContext> NamespaceMapItem; typedef
106 typedef std::vector<NamespaceMapItem> NamespaceMap;
DClangASTSource.cpp197 for (const ClangASTImporter::NamespaceMapItem &item : *namespace_map) { in FindCompleteType()
DClangExpressionDeclMap.cpp692 for (ClangASTImporter::NamespaceMapItem &n : *namespace_map) { in FindExternalVisibleDecls()