Home
last modified time | relevance | path

Searched defs:IsSystem (Results 1 – 14 of 14) 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/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.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.cpp3106 bool IsSystem = false; in ParseFrontendArgs() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp341 bool IsSystem = Dir.getDirCharacteristic() != SrcMgr::C_User; in lookupModule() local
354 bool IsSystem = Dir.isSystemHeaderDirectory(); in lookupModule() local
737 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
1614 bool IsSystem) { in hasModuleMap()
1784 bool HeaderSearch::loadModuleMapFile(FileEntryRef File, bool IsSystem, in loadModuleMapFile()
1832 HeaderSearch::loadModuleMapFileImpl(FileEntryRef File, bool IsSystem, in loadModuleMapFileImpl()
1894 bool IsSystem) { in loadFrameworkModule()
1915 HeaderSearch::loadModuleMapFile(StringRef DirName, bool IsSystem, in loadModuleMapFile()
1924 HeaderSearch::loadModuleMapFile(DirectoryEntryRef Dir, bool IsSystem, in loadModuleMapFile()
1952 bool IsSystem = DL.isSystemHeaderDirectory(); in collectAllModules() local
H A DModuleMap.cpp993 bool IsSystem, Module *Parent) { in inferFrameworkModule()
1535 bool IsSystem; member in clang::ModuleMapParser
1596 DirectoryEntryRef Directory, bool IsSystem) in ModuleMapParser()
3119 bool ModuleMap::parseModuleMapFile(FileEntryRef File, bool IsSystem, in parseModuleMapFile()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h115 bool IsSystem; member
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h61 bool IsSystem) {} in moduleMapFileRead()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp602 [&](const serialization::InputFileInfo &IFI, bool IsSystem) { in handleTopLevelModule()
622 [&](const serialization::InputFileInfo &IFI, bool IsSystem) { in handleTopLevelModule()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h245 bool IsSystem = false; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h97 IsSystem, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp516 DiagnosticsEngine &Diags, bool IsSystem, in checkDiagnosticMappings()
2937 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local
5779 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local
9616 bool IsSystem = I >= NumUserInputs; in visitInputFileInfos() local
9631 bool IsSystem = I >= NumUserInputs; in visitInputFiles() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10197 DirectoryLookup::LookupType_t LookupType) { in CodeCompleteIncludedFile()
10264 bool IsSystem) { in CodeCompleteIncludedFile()