Searched refs:to_tag_decl (Results 1 – 1 of 1) sorted by relevance
1365 if (auto *to_tag_decl = dyn_cast<TagDecl>(to)) { in Imported() local1366 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()