/openbsd-src/gnu/llvm/clang/lib/Index/ |
H A D | FileIndexRecord.h | 29 bool IsSystem; variable 34 FileIndexRecord(FileID FID, bool IsSystem) : FID(FID), IsSystem(IsSystem) {} in FileIndexRecord()
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 318 bool IsSystem = Dir.getDirCharacteristic() != SrcMgr::C_User; in lookupModule() local 331 bool IsSystem = Dir.isSystemHeaderDirectory(); in lookupModule() local 710 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local 1512 bool IsSystem) { in hasModuleMap() 1666 bool HeaderSearch::loadModuleMapFile(const FileEntry *File, bool IsSystem, in loadModuleMapFile() 1716 HeaderSearch::loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, in loadModuleMapFileImpl() 1776 bool IsSystem) { in loadFrameworkModule() 1800 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem, in loadModuleMapFile() 1809 HeaderSearch::loadModuleMapFile(DirectoryEntryRef Dir, bool IsSystem, in loadModuleMapFile() 1836 bool IsSystem = DL.isSystemHeaderDirectory(); in collectAllModules() local [all …]
|
H A D | ModuleMap.cpp | 941 bool IsSystem, Module *Parent) { in inferFrameworkModule() 1491 bool IsSystem; member in clang::ModuleMapParser 1554 const DirectoryEntry *Directory, bool IsSystem) in ModuleMapParser() 3052 bool ModuleMap::parseModuleMapFile(const FileEntry *File, bool IsSystem, in parseModuleMapFile()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | DependencyFile.cpp | 143 bool FromModule, bool IsSystem, in maybeAddDependency() 174 bool IsSystem, bool IsModuleFile, in sawDependency() 214 bool IsSystem, bool IsModuleFile, in sawDependency()
|
H A D | ModuleDependencyCollector.cpp | 36 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile()
|
H A D | FrontendAction.cpp | 442 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, in loadModuleMapForModuleBuild()
|
H A D | CompilerInvocation.cpp | 2946 bool IsSystem = false; in ParseFrontendArgs() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 61 const FileEntry &File, bool IsSystem) {} in moduleMapFileRead() 238 unsigned IsSystem : 1; member
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/ |
H A D | ModuleDepCollector.h | 104 bool IsSystem; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 97 IsSystem, enumerator
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 232 bool IsSystem = false; variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | Module.h | 294 unsigned IsSystem : 1; variable
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 506 bool IsSystem, bool Complain) { in checkDiagnosticMappings() 2702 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local 5577 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local 9241 bool IsSystem = I >= NumUserInputs; in visitInputFiles() local
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaCodeComplete.cpp | 9988 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile() 10055 bool IsSystem) { in CodeCompleteIncludedFile()
|
H A D | SemaLookup.cpp | 5686 bool IsSystem = false; in getHeaderNameForHeader() local
|