Searched refs:hsOpts (Results 1 – 1 of 1) sorted by relevance
5297 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local5301 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()5304 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash()5313 HBuilder.add(hsOpts.Sysroot, hsOpts.ModuleFormat, hsOpts.UseDebugInfo, in getModuleHash()5314 hsOpts.UseBuiltinIncludes, hsOpts.UseStandardSystemIncludes, in getModuleHash()5315 hsOpts.UseStandardCXXIncludes, hsOpts.UseLibcxx, in getModuleHash()5316 hsOpts.ModulesValidateDiagnosticOptions); in getModuleHash()5317 HBuilder.add(hsOpts.ResourceDir); in getModuleHash()5319 if (hsOpts.ModulesStrictContextHash) { in getModuleHash()5320 HBuilder.addRange(hsOpts.SystemHeaderPrefixes); in getModuleHash()[all …]