Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp275 } else if (auto *container_decl = dyn_cast<ObjCContainerDecl>(decl)) { in ~CompleteTagDeclsScope() local
276 container_decl->setHasExternalLexicalStorage(false); in ~CompleteTagDeclsScope()
277 container_decl->setHasExternalVisibleStorage(false); in ~CompleteTagDeclsScope()