Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp309 auto *SourceTag = const_cast<TagDecl *>(cast<TagDecl>(SourceDC.get())); in CompleteType() local
310 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()