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