Home
last modified time | relevance | path

Searched refs:BuildNamespaceMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h185 void BuildNamespaceMap(const clang::NamespaceDecl *decl);
H A DClangASTImporter.cpp755 void ClangASTImporter::BuildNamespaceMap(const clang::NamespaceDecl *decl) { in BuildNamespaceMap() function in ClangASTImporter
1177 m_master.BuildNamespaceMap(to_namespace_decl); in Imported()