Home
last modified time | relevance | path

Searched refs:IsSystem (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DFileIndexRecord.h29 bool IsSystem; variable
34 FileIndexRecord(FileID FID, bool IsSystem) : FID(FID), IsSystem(IsSystem) {} in FileIndexRecord() argument
39 bool isSystem() const { return IsSystem; } in isSystem()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDependencyFile.cpp101 bool IsSystem) override { in moduleMapFileRead()
104 /*IsSystem*/IsSystem, in moduleMapFileRead()
125 bool visitInputFile(StringRef Filename, bool IsSystem, in visitInputFile()
135 DepCollector.maybeAddDependency(Filename, /*FromModule*/true, IsSystem, in visitInputFile()
143 bool FromModule, bool IsSystem, in maybeAddDependency() argument
146 if (sawDependency(Filename, FromModule, IsSystem, IsModuleFile, IsMissing)) in maybeAddDependency()
174 bool IsSystem, bool IsModuleFile, in sawDependency() argument
177 (needSystemDependencies() || !IsSystem); in sawDependency()
214 bool IsSystem, bool IsModuleFile, in sawDependency() argument
232 return !IsSystem; in sawDependency()
H A DModuleDependencyCollector.cpp36 bool visitInputFile(StringRef Filename, bool IsSystem, bool IsOverridden, in visitInputFile() argument
H A DFrontendAction.cpp442 static bool loadModuleMapForModuleBuild(CompilerInstance &CI, bool IsSystem, in loadModuleMapForModuleBuild() argument
464 if (HS.loadModuleMapFile(ModuleMap, IsSystem, ModuleMapID, &Offset, in loadModuleMapForModuleBuild()
477 (void)HS.getModuleMap().inferFrameworkModule(*Dir, IsSystem, nullptr); in loadModuleMapForModuleBuild()
899 auto Kind = CurrentModule->IsSystem ? SrcMgr::C_System : SrcMgr::C_User; in BeginSourceFile()
H A DCompilerInstance.cpp1324 FrontendInputFile(ModuleMapFilePath, IK, +Module->IsSystem), in compileModule()
1341 FrontendInputFile(FakeModuleMapFile, IK, +Module->IsSystem), in compileModule()
H A DCompilerInvocation.cpp2946 bool IsSystem = false; in ParseFrontendArgs() local
2952 IsSystem = Opts.IsSystemModule; in ParseFrontendArgs()
2955 Opts.Inputs.emplace_back(std::move(Inputs[i]), IK, IsSystem); in ParseFrontendArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h232 bool IsSystem = false; variable
236 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
237 : File(File.str()), Kind(Kind), IsSystem(IsSystem) {}
239 bool IsSystem = false)
240 : Buffer(Buffer), Kind(Kind), IsSystem(IsSystem) {} in Buffer()
243 bool isSystem() const { return IsSystem; } in isSystem()
H A DUtils.h74 bool IsSystem, bool IsModuleFile, bool IsMissing);
85 bool IsSystem, bool IsModuleFile,
112 bool sawDependency(StringRef Filename, bool FromModule, bool IsSystem,
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DHeaderSearch.cpp318 bool IsSystem = Dir.getDirCharacteristic() != SrcMgr::C_User; in lookupModule() local
319 Module = loadFrameworkModule(ModuleName, *FrameworkDir, IsSystem); in lookupModule()
331 bool IsSystem = Dir.isSystemHeaderDirectory(); in lookupModule() local
336 if (loadModuleMapFile(NormalDir, IsSystem, in lookupModule()
350 if (loadModuleMapFile(NestedModuleMapDirName, IsSystem, in lookupModule()
710 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local
714 SuggestedModule, IsSystem)) in DoFrameworkLookup()
719 IsSystem)) in DoFrameworkLookup()
1512 bool IsSystem) { in hasModuleMap() argument
1531 switch (loadModuleMapFile(*Dir, IsSystem, in hasModuleMap()
[all …]
H A DModuleMap.cpp297 Mod->isPartOfFramework() || !Mod->IsSystem || Header.IsUmbrella || in resolveAsBuiltinHeader()
941 bool IsSystem, Module *Parent) { in inferFrameworkModule() argument
943 Attrs.IsSystem = IsSystem; in inferFrameworkModule()
989 parseModuleMapFile(ModMapFile, Attrs.IsSystem, *ParentDir); in inferFrameworkModule()
1005 Attrs.IsSystem |= inferred->second.Attrs.IsSystem; in inferFrameworkModule()
1047 Result->IsSystem |= Attrs.IsSystem; in inferFrameworkModule()
1491 bool IsSystem; member in clang::ModuleMapParser
1554 const DirectoryEntry *Directory, bool IsSystem) in ModuleMapParser() argument
1557 IsSystem(IsSystem) { in ModuleMapParser()
2059 if (Attrs.IsSystem || IsSystem) in parseModuleDecl()
[all …]
H A DPPMacroExpansion.cpp251 IsSystemMacro &= Active->getOwningModule()->IsSystem || in updateModuleMacroInfo()
H A DPPDirectives.cpp970 BuildSystemModule = getCurrentModule()->IsSystem; in LookupFile()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h656 bool IsSystem);
685 bool loadModuleMapFile(const FileEntry *File, bool IsSystem,
745 bool IsSystem);
866 bool *IsSystem = nullptr);
880 bool *IsSystem = nullptr);
904 bool IsSystem,
918 LoadModuleMapResult loadModuleMapFile(StringRef DirName, bool IsSystem,
929 LoadModuleMapResult loadModuleMapFile(DirectoryEntryRef Dir, bool IsSystem,
H A DModuleMap.h61 const FileEntry &File, bool IsSystem) {} in moduleMapFileRead() argument
238 unsigned IsSystem : 1; member
251 : IsSystem(false), IsExternC(false), IsExhaustive(false), in Attributes()
577 bool IsSystem, Module *Parent);
714 bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp43 IsSystem(false), IsExternC(false), IsInferred(false), in Module()
51 IsSystem = Parent->IsSystem; in Module()
463 if (IsSystem || IsExternC) { in print()
465 if (IsSystem) in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVElement.h97 IsSystem, enumerator
170 PROPERTY(Property, IsSystem);
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp115 CI.getFrontendOpts().IsSystemModule = Deps.IsSystem; in makeInvocationForModuleBuildWithoutOutputs()
435 MD.IsSystem = M->IsSystem; in handleTopLevelModule()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h104 bool IsSystem; member
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h294 unsigned IsSystem : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp506 bool IsSystem, bool Complain) { in checkDiagnosticMappings() argument
508 if (IsSystem) { in checkDiagnosticMappings()
586 return checkDiagnosticMappings(*Diags, ExistingDiags, TopM->IsSystem, in ReadDiagnosticOptions()
2702 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local
2704 Listener->visitInputFile(FI.Filename, IsSystem, FI.Overridden, in ReadControlBlock()
5577 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local
5627 CurrentModule->IsSystem = IsSystem || CurrentModule->IsSystem; in ReadSubmoduleBlock()
9241 bool IsSystem = I >= NumUserInputs; in visitInputFiles() local
9243 Visitor(IF, IsSystem); in visitInputFiles()
H A DASTWriter.cpp2831 Mod->IsSystem, in WriteSubmodules()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLookup.cpp5686 bool IsSystem = false; in getHeaderNameForHeader() local
5688 E, IncludingFile, &IsSystem); in getHeaderNameForHeader()
5689 return (IsSystem ? '<' : '"') + Path + (IsSystem ? '>' : '"'); in getHeaderNameForHeader()
H A DSemaCodeComplete.cpp9987 bool IsSystem, in CodeCompleteIncludedFile()
10007 IsSystem || isQt || Dir.endswith(".framework/Headers"); in CodeCompleteIncludedFile()
10055 bool IsSystem) { in CodeCompleteIncludedFile() argument
10061 AddFilesFromIncludeDir(IncludeDir.getDir()->getName(), IsSystem, in CodeCompleteIncludedFile()
10065 AddFilesFromIncludeDir(IncludeDir.getFrameworkDir()->getName(), IsSystem, in CodeCompleteIncludedFile()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8778 return Mod->IsSystem; in clang_Module_isSystem()