Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.h29 bool IsSystem; variable
34 FileIndexRecord(FileID FID, bool IsSystem) : FID(FID), IsSystem(IsSystem) {} in FileIndexRecord()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp344 bool IsSystem = Dir.getDirCharacteristic() != SrcMgr::C_User; in lookupModule() local
357 bool IsSystem = Dir.isSystemHeaderDirectory(); in lookupModule() local
742 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
1558 bool IsSystem) { in hasModuleMap()
1730 bool HeaderSearch::parseAndLoadModuleMapFile(FileEntryRef File, bool IsSystem, in parseAndLoadModuleMapFile()
1778 HeaderSearch::parseAndLoadModuleMapFileImpl(FileEntryRef File, bool IsSystem, in parseAndLoadModuleMapFileImpl()
1807 HeaderSearch::parseModuleMapFileImpl(FileEntryRef File, bool IsSystem, in parseModuleMapFileImpl()
1869 bool IsSystem) { in loadFrameworkModule()
1890 HeaderSearch::parseAndLoadModuleMapFile(StringRef DirName, bool IsSystem, in parseAndLoadModuleMapFile()
1899 HeaderSearch::parseAndLoadModuleMapFile(DirectoryEntryRef Dir, bool IsSystem, in parseAndLoadModuleMapFile()
[all …]
H A DModuleMap.cpp1005 bool IsSystem, Module *Parent) { in inferFrameworkModule()
1324 bool ModuleMap::parseModuleMapFile(FileEntryRef File, bool IsSystem, in parseModuleMapFile()
1555 bool IsSystem; member in clang::ModuleMapLoader
1597 DirectoryEntryRef Directory, bool IsSystem) in ModuleMapLoader()
2237 bool ModuleMap::parseAndLoadModuleMapFile(FileEntryRef File, bool IsSystem, in parseAndLoadModuleMapFile()
H A DModuleMapFile.cpp150 bool IsSystem, unsigned *Offset) { in parseModuleMap()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp171 bool FromModule, bool IsSystem, in maybeAddDependency()
202 bool IsSystem, bool IsModuleFile, in sawDependency()
242 bool IsSystem, bool IsModuleFile, in sawDependency()
H A DModuleDependencyCollector.cpp35 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile()
H A DFrontendAction.cpp597 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, in loadModuleMapForModuleBuild()
H A DCompilerInstance.cpp1381 bool IsSystem = isSystem(SLoc.getFile().getFileCharacteristic()); in cloneForModuleCompile() local
H A DCompilerInvocation.cpp3285 bool IsSystem = false; in ParseFrontendArgs() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h157 bool IsSystem; member
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h146 bool IsSystem; member
H A DModuleMap.h62 bool IsSystem) {} in moduleMapFileRead()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h242 bool IsSystem = false; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp790 [&](const serialization::InputFileInfo &IFI, bool IsSystem) { in handleTopLevelModule()
810 [&](const serialization::InputFileInfo &IFI, bool IsSystem) { in handleTopLevelModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h105 IsSystem, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp525 StringRef ModuleFilename, bool IsSystem, in checkDiagnosticMappings()
3124 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local
6104 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local
10233 bool IsSystem = I >= NumUserInputs; in visitInputFileInfos() local
10248 bool IsSystem = I >= NumUserInputs; in visitInputFiles() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10345 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile()
10412 bool IsSystem) { in CodeCompleteIncludedFile()