Home
last modified time | relevance | path

Searched defs:IsSystem (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Lex/
DHeaderSearch.cpp150 bool IsSystem in lookupModule() local
164 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in lookupModule() local
468 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
785 bool IsSystem = false; in LookupSubframeworkHeader() local
934 bool IsSystem) { in hasModuleMap()
985 bool HeaderSearch::loadModuleMapFile(const FileEntry *File, bool IsSystem) { in loadModuleMapFile()
1009 bool IsSystem) { in loadFrameworkModule()
1054 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem) { in loadModuleMapFile()
1062 HeaderSearch::loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem) { in loadModuleMapFile()
1109 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in collectAllModules() local
DModuleMap.cpp444 bool IsSystem, in inferFrameworkModule()
767 unsigned IsSystem : 1; member
792 bool IsSystem; member in clang::ModuleMapParser
837 bool IsSystem) in ModuleMapParser()
1959 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem) { in parseModuleMapFile()
/external/lzma/CPP/Windows/
DFileFind.h19 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; } in IsSystem() function
57 bool IsSystem() const { return MatchesMask(FILE_ATTRIBUTE_SYSTEM); } in IsSystem() function
/external/clang/include/clang/Frontend/
DFrontendActions.h102 bool IsSystem; variable
DFrontendOptions.h90 bool IsSystem; variable
/external/clang/include/clang/Basic/
DModule.h114 unsigned IsSystem : 1; variable
/external/clang/lib/Serialization/
DASTReader.cpp3667 bool IsSystem = Record[4]; in ReadSubmoduleBlock() local