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