Home | History | Annotate | Download | only in Lex

Lines Matching defs:IsSystem

272         bool IsSystem
274 Module = loadFrameworkModule(ModuleName, *FrameworkDir, IsSystem);
286 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory();
288 if (loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem,
302 if (loadModuleMapFile(NestedModuleMapDirName, IsSystem,
634 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User;
638 SuggestedModule, IsSystem))
643 IsSystem))
1146 /*IsSystem*/ false))
1366 bool IsSystem) {
1385 switch (loadModuleMapFile(*Dir, IsSystem,
1517 bool HeaderSearch::loadModuleMapFile(const FileEntry *File, bool IsSystem,
1554 switch (loadModuleMapFileImpl(File, IsSystem, Dir, ID, Offset)) {
1566 HeaderSearch::loadModuleMapFileImpl(const FileEntry *File, bool IsSystem,
1577 if (ModMap.parseModuleMapFile(File, IsSystem, Dir, ID, Offset)) {
1584 if (ModMap.parseModuleMapFile(PMMFile, IsSystem, Dir)) {
1627 bool IsSystem) {
1632 switch (loadModuleMapFile(Dir, IsSystem, /*IsFramework*/true)) {
1636 ModMap.inferFrameworkModule(Dir, IsSystem, /*Parent=*/nullptr);
1651 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem,
1654 return loadModuleMapFile(*Dir, IsSystem, IsFramework);
1660 HeaderSearch::loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem,
1668 loadModuleMapFileImpl(ModuleMapFile, IsSystem, Dir);
1687 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory();
1709 IsSystem);
1719 loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem,
1779 const FileEntry *File, llvm::StringRef MainFile, bool *IsSystem) {
1784 MainFile, IsSystem);
1789 bool *IsSystem) {
1842 if (CheckDir(Dir) && IsSystem)
1843 *IsSystem = BestPrefixLength ? I >= SystemDirIdx : false;
1848 if (!BestPrefixLength && CheckDir(path::parent_path(MainFile)) && IsSystem)
1849 *IsSystem = false;