Searched defs:IsSystem (Results 1 – 11 of 11) sorted by relevance
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 181 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 …]
|
D | ModuleMap.cpp | 588 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/ |
D | FileFind.h | 17 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/ |
D | DependencyFile.cpp | 119 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()
|
D | ModuleDependencyCollector.cpp | 35 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile()
|
/external/clang/include/clang/Frontend/ |
D | FrontendActions.h | 96 bool IsSystem; variable
|
D | FrontendOptions.h | 94 bool IsSystem; variable
|
/external/clang/include/clang/Lex/ |
D | ModuleMap.h | 52 const FileEntry &File, bool IsSystem) {} in moduleMapFileRead() 176 unsigned IsSystem : 1; member
|
/external/clang/include/clang/Basic/ |
D | Module.h | 173 unsigned IsSystem : 1; variable
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 384 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/ |
D | SemaLookup.cpp | 4978 bool IsSystem; in getIncludeStringForHeader() local
|