/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | FileIndexRecord.h | 29 bool IsSystem; variable 33 FileIndexRecord(FileID FID, bool IsSystem) : FID(FID), IsSystem(IsSystem) {} in FileIndexRecord()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 272 bool IsSystem in lookupModule() local 286 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in lookupModule() local 634 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local 1366 bool IsSystem) { in hasModuleMap() 1517 bool HeaderSearch::loadModuleMapFile(const FileEntry *File, bool IsSystem, in loadModuleMapFile() 1566 HeaderSearch::loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, in loadModuleMapFileImpl() 1627 bool IsSystem) { in loadFrameworkModule() 1651 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem, in loadModuleMapFile() 1660 HeaderSearch::loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, in loadModuleMapFile() 1687 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in collectAllModules() local [all …]
|
H A D | ModuleMap.cpp | 931 bool IsSystem, Module *Parent) { in inferFrameworkModule() 1436 bool IsSystem; member in clang::ModuleMapParser 1499 const DirectoryEntry *Directory, bool IsSystem) in ModuleMapParser() 2997 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem, in parseModuleMapFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | DependencyFile.cpp | 136 bool FromModule, bool IsSystem, in maybeAddDependency() 170 bool IsSystem, bool IsModuleFile, in sawDependency() 210 bool IsSystem, bool IsModuleFile, in sawDependency()
|
H A D | ModuleDependencyCollector.cpp | 34 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile()
|
H A D | FrontendAction.cpp | 428 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, in loadModuleMapForModuleBuild()
|
H A D | CompilerInvocation.cpp | 2785 bool IsSystem = false; in ParseFrontendArgs() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 60 const FileEntry &File, bool IsSystem) {} in moduleMapFileRead() 232 unsigned IsSystem : 1; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 52 bool IsSystem; member
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 198 bool IsSystem = false; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | Module.h | 271 unsigned IsSystem : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 503 bool IsSystem, bool Complain) { in checkDiagnosticMappings() 2667 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local 5511 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local 9126 bool IsSystem = I >= NumUserInputs; in visitInputFiles() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 9433 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile() 9495 bool IsSystem) { in CodeCompleteIncludedFile()
|
H A D | SemaLookup.cpp | 5355 bool IsSystem = false; in getHeaderNameForHeader() local
|