Lines Matching defs:IsFramework
168 if (Mod->IsFramework)
213 if (M->IsFramework && M->Name == "Private")
570 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
663 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
681 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
853 bool IsFramework,
860 Module *Result = new Module(Name, SourceLocation(), Parent, IsFramework,
873 auto *Result = new Module("<global>", Loc, Parent, /*IsFramework*/ false,
892 new Module("<implicit global>", Loc, Parent, /*IsFramework=*/false,
902 new Module("<private>", Loc, Parent, /*IsFramework*/ false,
911 new Module(Name, Loc, nullptr, /*IsFramework*/ false,
971 auto *Result = new Module(Name, Loc, nullptr, /*IsFramework*/ false,
982 assert(Mod->IsFramework && "Can only infer linking for framework modules");
989 /*IsFramework=*/true));
1086 /*IsFramework=*/true, /*IsExplicit=*/false,
1171 Module *ModuleMap::createShadowedModule(StringRef Name, bool IsFramework,
1176 new Module(Name, SourceLocation(), /*Parent=*/nullptr, IsFramework,
1892 if (FrameworkLoc.isValid() || ActiveModule->Parent->IsFramework)
2234 if (ActiveModule->IsFramework && !ActiveModule->isSubFramework() &&
2716 bool IsFramework = false;
2719 IsFramework = true;
2725 << IsFramework << SourceRange(LinkLoc);
2733 IsFramework));