Lines Matching defs:Interface
277 case ModuleDeclKind::Interface:
302 MDK = ModuleDeclKind::Interface;
391 Module *Interface = nullptr; // The interface for an implementation.
393 case ModuleDeclKind::Interface:
429 Interface = getModuleLoader().loadModule(ModuleLoc, {ModuleNameLoc},
434 if (!Interface) {
486 if (Interface) {
488 makeTransitiveImportsVisible(getASTContext(), VisibleModules, Interface,
494 Interface, Path[0].second);
500 Mod->Imports.insert(Interface); // As if we imported it.
502 ThePrimaryInterface = Interface;