Home | History | Annotate | Download | only in Lex

Lines Matching refs:IsSystem

600                                         bool IsSystem, Module *Parent) {
602 Attrs.IsSystem = IsSystem;
648 parseModuleMapFile(ModMapFile, Attrs.IsSystem, ParentDir);
665 Attrs.IsSystem |= inferred->second.Attrs.IsSystem;
701 Result->IsSystem |= Attrs.IsSystem;
1029 bool IsSystem;
1087 bool IsSystem)
1090 BuiltinIncludeDir(BuiltinIncludeDir), IsSystem(IsSystem),
1455 if (Attrs.IsSystem || IsSystem)
1456 ActiveModule->IsSystem = true;
1602 File, /*IsSystem=*/false,
1815 if (ActiveModule->IsSystem && LeadingToken != MMToken::UmbrellaKeyword &&
2359 Attrs.IsSystem = true;
2433 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem,
2442 auto FileCharacter = IsSystem ? SrcMgr::C_System : SrcMgr::C_User;
2452 BuiltinIncludeDir, IsSystem);
2458 Cb->moduleMapFileRead(Start, *File, IsSystem);