Searched defs:IsSystem (Results 1 – 9 of 9) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 173 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 …]
|
H A D | ModuleMap.cpp | 586 bool IsSystem, in inferFrameworkModule() 1009 bool IsSystem; member in clang::ModuleMapParser 1057 bool IsSystem) in ModuleMapParser() 2317 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem, in parseModuleMapFile()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 87 bool ModuleDependencyListener::visitInputFile(StringRef Filename, bool IsSystem, in visitInputFile()
|
H A D | DependencyFile.cpp | 110 bool IsSystem, bool IsModuleFile, in maybeAddDependency() 125 bool IsSystem, bool IsModuleFile, in sawDependency() 375 bool IsSystem, bool IsOverridden) { in visitInputFile()
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 98 bool IsSystem; variable
|
H A D | FrontendOptions.h | 90 bool IsSystem; variable
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 135 unsigned IsSystem : 1; member
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | Module.h | 150 unsigned IsSystem : 1; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 357 bool IsSystem, bool Complain) { in checkDiagnosticMappings() 2324 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local 4469 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local
|