Lines Matching refs:Mod
123 void resolveLinkAsDependencies(Module *Mod);
127 void addLinkAsDependency(Module *Mod);
296 /// \param Mod The module in which we're resolving the export declaration.
306 resolveExport(Module *Mod, const Module::UnresolvedExportDecl &Unresolved,
313 /// \param Mod The module in which we're resolving the module-id.
320 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
324 /// \param Mod The module in which we're adding the unresolved header
327 /// \param NeedsFramework If Mod is not a framework but a missing header would
328 /// be found in case Mod was, set it to true. False otherwise.
329 void addUnresolvedHeader(Module *Mod,
470 void resolveHeaderDirectives(Module *Mod,
679 /// \param Mod The module whose exports should be resolved.
685 bool resolveExports(Module *Mod, bool Complain);
689 /// \param Mod The module whose uses should be resolved.
695 bool resolveUses(Module *Mod, bool Complain);
699 /// \param Mod The module whose conflicts should be resolved.
705 bool resolveConflicts(Module *Mod, bool Complain);
709 setUmbrellaHeaderAsWritten(Module *Mod, FileEntryRef UmbrellaHeader,
714 void setUmbrellaDirAsWritten(Module *Mod, DirectoryEntryRef UmbrellaDir,
720 void addHeader(Module *Mod, Module::Header Header,