Lines Matching refs:HSOpts

585   HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts();  in createPCHExternalASTSource()  local
591 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent, in createPCHExternalASTSource()
1062 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); local
1065 [&HSOpts](const std::pair<std::string, bool> &def) { in __anon502c5ec40302()
1067 return HSOpts.ModulesIgnoreMacros.count( in __anon502c5ec40302()
1099 HSOpts.ModulesHashContent = true;
1406 static void pruneModuleCache(const HeaderSearchOptions &HSOpts) { in pruneModuleCache() argument
1409 TimestampFile = HSOpts.ModuleCachePath; in pruneModuleCache()
1427 if (CurrentTime - TimeStampModTime <= time_t(HSOpts.ModuleCachePruneInterval)) in pruneModuleCache()
1439 llvm::sys::path::native(HSOpts.ModuleCachePath, ModuleCachePathNative); in pruneModuleCache()
1463 time_t(HSOpts.ModuleCachePruneAfter)) { in pruneModuleCache()
1499 HeaderSearchOptions &HSOpts = getHeaderSearchOpts(); in createASTReader() local
1500 std::string Sysroot = HSOpts.Sysroot; in createASTReader()
1515 /*AllowConfigurationMismatch=*/false, HSOpts.ModulesValidateSystemHeaders, in createASTReader()
1516 HSOpts.ValidateASTInputFilesContent, in createASTReader()
1653 const HeaderSearchOptions &HSOpts = HS.getHeaderSearchOpts(); in selectModuleSource() local
1654 if (!HSOpts.PrebuiltModuleFiles.empty() || in selectModuleSource()
1655 !HSOpts.PrebuiltModulePaths.empty()) { in selectModuleSource()
1657 if (HSOpts.EnablePrebuiltImplicitModules && ModuleFilename.empty()) in selectModuleSource()