Searched refs:SourceInterface (Results 1 – 1 of 1) sorted by relevance
245 auto *SourceInterface = const_cast<ObjCInterfaceDecl *>( in CompleteType() local247 if (SourceInterface->hasExternalLexicalStorage()) in CompleteType()248 SourceInterface->getASTContext().getExternalSource()->CompleteType( in CompleteType()249 SourceInterface); in CompleteType()250 if (!SourceInterface->getDefinition()) in CompleteType()252 Forward.MapImported(SourceInterface, Interface); in CompleteType()253 if (llvm::Error Err = Forward.ImportDefinition_New(SourceInterface)) in CompleteType()