Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp1365 if (auto *to_tag_decl = dyn_cast<TagDecl>(to)) { in Imported() local
1366 to_tag_decl->setHasExternalLexicalStorage(); in Imported()
1367 to_tag_decl->getPrimaryContext()->setMustBuildLookupTable(); in Imported()
1373 (to_tag_decl->hasExternalLexicalStorage() ? " Lexical" : ""), in Imported()
1374 (to_tag_decl->hasExternalVisibleStorage() ? " Visible" : ""), in Imported()
1376 (to_tag_decl->isCompleteDefinition() ? "complete" : "incomplete")); in Imported()