| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 90 bool IsSystem; variable 94 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false) 95 : File(File.str()), Buffer(nullptr), Kind(Kind), IsSystem(IsSystem) { } 97 bool IsSystem = false) 98 : Buffer(buffer), Kind(Kind), IsSystem(IsSystem) { } in Buffer() 101 bool isSystem() const { return IsSystem; } in isSystem()
|
| H A D | FrontendActions.h | 98 bool IsSystem; variable 112 bool IsSystem = false) 113 : ASTFrontendAction(), ModuleMapForUniquing(ModuleMap), IsSystem(IsSystem) in ASTFrontendAction()
|
| H A D | Utils.h | 88 bool IsSystem, bool IsModuleFile, bool IsMissing); 98 void maybeAddDependency(StringRef Filename, bool FromModule, bool IsSystem,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 173 bool IsSystem in lookupModule() local 175 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem); in lookupModule() 187 bool IsSystem = SearchDirs[Idx].isSystemHeaderDirectory(); in lookupModule() local 189 if (loadModuleMapFile(SearchDirs[Idx].getDir(), IsSystem, in lookupModule() 203 if (loadModuleMapFile(NestedModuleMapDirName, IsSystem, in lookupModule() 528 bool IsSystem = getDirCharacteristic() != SrcMgr::C_User; in DoFrameworkLookup() local 529 if (HS.loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) { in DoFrameworkLookup() 930 bool IsSystem = false; in LookupSubframeworkHeader() local 931 if (loadFrameworkModule(ModuleName, TopFrameworkDir, IsSystem)) { in LookupSubframeworkHeader() 1069 bool IsSystem) { in hasModuleMap() argument [all …]
|
| H A D | ModuleMap.cpp | 586 bool IsSystem, in inferFrameworkModule() argument 589 Attrs.IsSystem = IsSystem; in inferFrameworkModule() 637 parseModuleMapFile(ModMapFile, Attrs.IsSystem, ParentDir); in inferFrameworkModule() 654 Attrs.IsSystem |= inferred->second.Attrs.IsSystem; in inferFrameworkModule() 689 Result->IsSystem |= Attrs.IsSystem; in inferFrameworkModule() 1009 bool IsSystem; member in clang::ModuleMapParser 1057 bool IsSystem) in ModuleMapParser() argument 1060 BuiltinIncludeDir(BuiltinIncludeDir), IsSystem(IsSystem), in ModuleMapParser() 1425 if (Attrs.IsSystem || IsSystem) in parseModuleDecl() 1426 ActiveModule->IsSystem = true; in parseModuleDecl() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 97 bool visitInputFile(StringRef Filename, bool IsSystem, in visitInputFile() 102 DepCollector.maybeAddDependency(Filename, /*FromModule*/true, IsSystem, in visitInputFile() 110 bool IsSystem, bool IsModuleFile, in maybeAddDependency() argument 113 sawDependency(Filename, FromModule, IsSystem, IsModuleFile, IsMissing)) in maybeAddDependency() 125 bool IsSystem, bool IsModuleFile, in sawDependency() argument 128 (needSystemDependencies() || !IsSystem); in sawDependency() 375 bool IsSystem, bool IsOverridden) { in visitInputFile() argument 376 assert(!IsSystem || needsSystemInputFileVisitation()); in visitInputFile()
|
| H A D | ModuleDependencyCollector.cpp | 35 bool visitInputFile(StringRef Filename, bool IsSystem, 87 bool ModuleDependencyListener::visitInputFile(StringRef Filename, bool IsSystem, in visitInputFile() argument
|
| H A D | FrontendActions.cpp | 268 if (HS.loadModuleMapFile(ModuleMap, IsSystem)) in BeginSourceFileAction() 354 Module->IsSystem)); in BeginSourceFileAction()
|
| H A D | CompilerInstance.cpp | 965 ModMap.getModuleMapFileForUniquing(Module), Module->IsSystem); in compileModuleImpl()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 132 Attributes() : IsSystem(), IsExternC(), IsExhaustive() {} in Attributes() 135 unsigned IsSystem : 1; member 356 bool IsSystem, Module *Parent); 463 bool parseModuleMapFile(const FileEntry *File, bool IsSystem,
|
| H A D | HeaderSearch.h | 535 bool IsSystem); 548 bool loadModuleMapFile(const FileEntry *File, bool IsSystem); 572 bool IsSystem); 643 bool IsSystem, 655 LoadModuleMapResult loadModuleMapFile(StringRef DirName, bool IsSystem, 667 bool IsSystem, bool IsFramework);
|
| /minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
| H A D | Module.cpp | 32 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false), in Module() 39 if (Parent->IsSystem) in Module() 40 IsSystem = true; in Module() 296 if (IsSystem || IsExternC) { in print() 298 if (IsSystem) in print()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | Module.h | 150 unsigned IsSystem : 1; variable
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 357 bool IsSystem, bool Complain) { in checkDiagnosticMappings() argument 359 if (IsSystem) { in checkDiagnosticMappings() 427 return checkDiagnosticMappings(*Diags, ExistingDiags, M->IsSystem, Complain); in ReadDiagnosticOptions() 1917 = PrevOwner? PrevOwner->IsSystem in areDefinedInSystemModules() 1920 = NewOwner? NewOwner->IsSystem in areDefinedInSystemModules() 2324 bool IsSystem = I >= NumUserInputs; in ReadControlBlock() local 2326 Listener->visitInputFile(FI.Filename, IsSystem, FI.Overridden); in ReadControlBlock() 4469 bool IsSystem = Record[Idx++]; in ReadSubmoduleBlock() local 4512 CurrentModule->IsSystem = IsSystem || CurrentModule->IsSystem; in ReadSubmoduleBlock()
|
| H A D | ASTWriter.cpp | 2494 Record.push_back(Mod->IsSystem); in WriteSubmodules()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 6695 return Mod->IsSystem; in clang_Module_isSystem()
|