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