Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DHeaderSearch.cpp173 bool IsSystem in lookupModule() local
187 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in lookupModule() local
528 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
930 bool IsSystem = false; in LookupSubframeworkHeader() local
1069 bool IsSystem) { in hasModuleMap()
1137 bool HeaderSearch::loadModuleMapFile(const FileEntry *File, bool IsSystem) { in loadModuleMapFile()
1168 HeaderSearch::loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, in loadModuleMapFileImpl()
1216 bool IsSystem) { in loadFrameworkModule()
1243 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem, in loadModuleMapFile()
1252 HeaderSearch::loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, in loadModuleMapFile()
[all …]
DModuleMap.cpp601 bool IsSystem, in inferFrameworkModule()
1023 bool IsSystem; member in clang::ModuleMapParser
1071 bool IsSystem) in ModuleMapParser()
2334 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/lib/Frontend/
DDependencyFile.cpp110 bool IsSystem, bool IsModuleFile, in maybeAddDependency()
125 bool IsSystem, bool IsModuleFile, in sawDependency()
375 bool IsSystem, bool IsOverridden) { in visitInputFile()
DModuleDependencyCollector.cpp87 bool ModuleDependencyListener::visitInputFile(StringRef Filename, bool IsSystem, in visitInputFile()
/external/clang/include/clang/Frontend/
DFrontendActions.h97 bool IsSystem; variable
DFrontendOptions.h91 bool IsSystem; variable
/external/clang/include/clang/Lex/
DModuleMap.h135 unsigned IsSystem : 1; member
/external/clang/include/clang/Basic/
DModule.h150 unsigned IsSystem : 1; variable
/external/clang/lib/Serialization/
DASTReader.cpp360 bool IsSystem, bool Complain) { in checkDiagnosticMappings()
2360 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local
4522 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local