Lines Matching refs:IsFramework
307 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
387 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
405 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
550 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework,
558 IsFramework, IsExplicit, NumCreatedModules++);
577 assert(Mod->IsFramework && "Can only infer linking for framework modules");
593 /*IsFramework=*/true));
692 /*IsFramework=*/true, /*IsExplicit=*/false,
1542 if (ActiveModule->IsFramework && !ActiveModule->isSubFramework() &&
1703 if (Mod->IsFramework)
2039 bool IsFramework = false;
2042 IsFramework = true;
2048 << IsFramework << SourceRange(LinkLoc);
2056 IsFramework));