Home | History | Annotate | Download | only in Lex

Lines Matching refs:IsSystem

563                                         StringRef Name, bool &IsSystem) const {
581 IsSystem = true;
606 bool IsSystem,
642 parseModuleMapFile(ModMapFile, IsSystem);
660 IsSystem = true;
690 if (IsSystem)
691 Result->IsSystem = IsSystem;
748 SubframeworkDir, IsSystem, Result);
954 Attributes() : IsSystem(), IsExternC(), IsExhaustive() { }
957 unsigned IsSystem : 1;
988 bool IsSystem;
1034 bool IsSystem)
1037 BuiltinIncludeDir(BuiltinIncludeDir), IsSystem(IsSystem),
1396 if (Attrs.IsSystem || IsSystem)
1397 ActiveModule->IsSystem = true;
1551 Map.parseModuleMapFile(File, /*IsSystem=*/false);
1682 if (ActiveModule->IsSystem && LeadingToken != MMToken::UmbrellaKeyword &&
2057 Map.InferredDirectories[Directory].InferSystemModules = Attrs.IsSystem;
2180 Attrs.IsSystem = true;
2253 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem) {
2260 auto FileCharacter = IsSystem ? SrcMgr::C_System : SrcMgr::C_User;
2280 BuiltinIncludeDir, IsSystem);