Lines Matching defs:IsFramework
166 if (Mod->IsFramework)
211 if (M->IsFramework && M->Name == "Private")
563 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
656 Result = findOrCreateModuleFirst(Name, Result, /*IsFramework=*/false,
673 Result = findOrCreateModuleFirst(Name, Result, /*IsFramework=*/false,
860 bool IsFramework,
867 Module *M = createModule(Name, Parent, IsFramework, IsExplicit);
872 bool IsFramework, bool IsExplicit) {
878 IsFramework, IsExplicit, NumCreatedModules++);
891 ModuleConstructorTag{}, "<global>", Loc, Parent, /*IsFramework=*/false,
911 /*IsFramework=*/false, /*IsExplicit=*/false, NumCreatedModules++);
920 ModuleConstructorTag{}, "<private>", Loc, Parent, /*IsFramework=*/false,
929 Module(ModuleConstructorTag{}, Name, Loc, nullptr, /*IsFramework=*/false,
988 Module(ModuleConstructorTag{}, Name, Loc, nullptr, /*IsFramework=*/false,
999 assert(Mod->IsFramework && "Can only infer linking for framework modules");
1006 /*IsFramework=*/true));
1104 /*IsFramework=*/true, /*IsExplicit=*/false, NumCreatedModules++);
1188 Module *ModuleMap::createShadowedModule(StringRef Name, bool IsFramework,
1194 IsFramework, /*IsExplicit=*/false, NumCreatedModules++);
1910 if (FrameworkLoc.isValid() || ActiveModule->Parent->IsFramework)
2251 if (ActiveModule->IsFramework && !ActiveModule->isSubFramework() &&
2733 bool IsFramework = false;
2736 IsFramework = true;
2742 << IsFramework << SourceRange(LinkLoc);
2750 IsFramework));