Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp145 bool FromModule, bool IsSystem, in maybeAddDependency()
176 bool IsSystem, bool IsModuleFile, in sawDependency()
216 bool IsSystem, bool IsModuleFile, in sawDependency()
H A DModuleDependencyCollector.cpp36 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile()
H A DFrontendAction.cpp446 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, in loadModuleMapForModuleBuild()
H A DCompilerInvocation.cpp2997 bool IsSystem = false; in ParseFrontendArgs() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp317 bool IsSystem = Dir.getDirCharacteristic() != SrcMgr::C_User; in lookupModule() local
330 bool IsSystem = Dir.isSystemHeaderDirectory(); in lookupModule() local
713 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
1509 bool IsSystem) { in hasModuleMap()
1679 bool HeaderSearch::loadModuleMapFile(FileEntryRef File, bool IsSystem, in loadModuleMapFile()
1727 HeaderSearch::loadModuleMapFileImpl(FileEntryRef File, bool IsSystem, in loadModuleMapFileImpl()
1789 bool IsSystem) { in loadFrameworkModule()
1810 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem, in loadModuleMapFile()
1819 HeaderSearch::loadModuleMapFile(DirectoryEntryRef Dir, bool IsSystem, in loadModuleMapFile()
1847 bool IsSystem = DL.isSystemHeaderDirectory(); in collectAllModules() local
H A DModuleMap.cpp994 bool IsSystem, Module *Parent) { in inferFrameworkModule()
1530 bool IsSystem; member in clang::ModuleMapParser
1591 DirectoryEntryRef Directory, bool IsSystem) in ModuleMapParser()
3112 bool ModuleMap::parseModuleMapFile(FileEntryRef File, bool IsSystem, in parseModuleMapFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h114 bool IsSystem; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp529 [&](const serialization::InputFileInfo &IFI, bool IsSystem) { in handleTopLevelModule()
549 [&](const serialization::InputFileInfo &IFI, bool IsSystem) { in handleTopLevelModule()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h61 bool IsSystem) {} in moduleMapFileRead()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h237 bool IsSystem = false; variable
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h97 IsSystem, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp511 DiagnosticsEngine &Diags, bool IsSystem, in checkDiagnosticMappings()
2889 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local
5773 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local
9476 bool IsSystem = I >= NumUserInputs; in visitInputFileInfos() local
9491 bool IsSystem = I >= NumUserInputs; in visitInputFiles() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10096 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile()
10163 bool IsSystem) { in CodeCompleteIncludedFile()