Searched refs:SourceInterface (Results 1 – 1 of 1) sorted by relevance
327 auto *SourceInterface = const_cast<ObjCInterfaceDecl *>( in CompleteType() local329 if (SourceInterface->hasExternalLexicalStorage()) in CompleteType()330 SourceInterface->getASTContext().getExternalSource()->CompleteType( in CompleteType()331 SourceInterface); in CompleteType()332 if (!SourceInterface->getDefinition()) in CompleteType()334 Forward.MapImported(SourceInterface, Interface); in CompleteType()335 if (llvm::Error Err = Forward.ImportDefinition(SourceInterface)) in CompleteType()