Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DHeaderSearch.cpp181 bool IsSystem in lookupModule() local
195 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in lookupModule() local
517 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
1096 bool IsSystem) { in hasModuleMap()
1201 bool HeaderSearch::loadModuleMapFile(const FileEntry *File, bool IsSystem) { in loadModuleMapFile()
1232 HeaderSearch::loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, in loadModuleMapFileImpl()
1280 bool IsSystem) { in loadFrameworkModule()
1305 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem, in loadModuleMapFile()
1314 HeaderSearch::loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, in loadModuleMapFile()
1341 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in collectAllModules() local
[all …]
DModuleMap.cpp588 bool IsSystem, Module *Parent) { in inferFrameworkModule()
1029 bool IsSystem; member in clang::ModuleMapParser
1087 bool IsSystem) in ModuleMapParser()
2440 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem, in parseModuleMapFile()
/external/lzma/CPP/Windows/
DFileFind.h17 inline bool IsSystem(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_SYSTEM) != 0; } in IsSystem() function
59 bool IsSystem() const { return MatchesMask(FILE_ATTRIBUTE_SYSTEM); } in IsSystem() function
/external/clang/lib/Frontend/
DDependencyFile.cpp119 bool IsSystem, bool IsModuleFile, in maybeAddDependency()
134 bool IsSystem, bool IsModuleFile, in sawDependency()
208 bool IsSystem) override { in moduleMapFileRead()
462 bool IsSystem, bool IsOverridden, in visitInputFile()
DModuleDependencyCollector.cpp35 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile()
/external/clang/include/clang/Frontend/
DFrontendActions.h96 bool IsSystem; variable
DFrontendOptions.h94 bool IsSystem; variable
/external/clang/include/clang/Lex/
DModuleMap.h52 const FileEntry &File, bool IsSystem) {} in moduleMapFileRead()
176 unsigned IsSystem : 1; member
/external/clang/include/clang/Basic/
DModule.h173 unsigned IsSystem : 1; variable
/external/clang/lib/Serialization/
DASTReader.cpp384 bool IsSystem, bool Complain) { in checkDiagnosticMappings()
2224 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local
4474 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local
/external/clang/lib/Sema/
DSemaLookup.cpp4978 bool IsSystem; in getIncludeStringForHeader() local