Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp716 for (ClangASTImporter::NamespaceMapItem &n : *namespace_map) { in FindExternalVisibleDecls()