Home | History | Annotate | Download | only in Lex

Lines Matching refs:IsFramework

138           Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
152 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
276 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework,
283 Module *Result = new Module(Name, SourceLocation(), Parent, IsFramework,
314 /*IsFramework=*/true, /*IsExplicit=*/false);
1029 if (Mod->IsFramework)
1377 if (Mod->IsFramework)