Searched refs:SourceTag (Results 1 – 1 of 1) sorted by relevance
309 auto *SourceTag = const_cast<TagDecl *>(cast<TagDecl>(SourceDC.get())); in CompleteType() local310 if (SourceTag->hasExternalLexicalStorage()) in CompleteType()311 SourceTag->getASTContext().getExternalSource()->CompleteType(SourceTag); in CompleteType()312 if (!SourceTag->getDefinition()) in CompleteType()314 Forward.MapImported(SourceTag, Tag); in CompleteType()315 if (llvm::Error Err = Forward.ImportDefinition(SourceTag)) in CompleteType()317 Tag->setCompleteDefinition(SourceTag->isCompleteDefinition()); in CompleteType()