Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1379 if (auto *to_namespace_decl = dyn_cast<NamespaceDecl>(to)) { in Imported() local
1380 m_main.BuildNamespaceMap(to_namespace_decl); in Imported()
1381 to_namespace_decl->setHasExternalVisibleStorage(); in Imported()