Home | History | Annotate | Download | only in Lex

Lines Matching defs:IsFramework

162     if (Mod->IsFramework)
207 if (M->IsFramework && M->Name == "Private")
541 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
626 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
644 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
818 bool IsFramework,
825 Module *Result = new Module(Name, SourceLocation(), Parent, IsFramework,
838 new Module("<global>", Loc, nullptr, /*IsFramework*/ false,
848 new Module("<private>", Loc, Parent, /*IsFramework*/ false,
861 new Module(Name, Loc, nullptr, /*IsFramework*/ false,
888 new Module(Name, SourceLocation(), nullptr, /*IsFramework*/ false,
895 /*IsFramework*/ false,
909 assert(Mod->IsFramework && "Can only infer linking for framework modules");
924 /*IsFramework=*/true));
1025 /*IsFramework=*/true, /*IsExplicit=*/false,
1112 Module *ModuleMap::createShadowedModule(StringRef Name, bool IsFramework,
1117 new Module(Name, SourceLocation(), /*Parent=*/nullptr, IsFramework,
1796 if (FrameworkLoc.isValid() || ActiveModule->Parent->IsFramework)
2117 if (ActiveModule->IsFramework && !ActiveModule->isSubFramework() &&
2594 bool IsFramework = false;
2597 IsFramework = true;
2603 << IsFramework << SourceRange(LinkLoc);
2611 IsFramework));