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