Lines Matching refs:hsOpts
4741 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local
4745 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()
4748 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash()
4757 HBuilder.add(hsOpts.Sysroot, hsOpts.ModuleFormat, hsOpts.UseDebugInfo, in getModuleHash()
4758 hsOpts.UseBuiltinIncludes, hsOpts.UseStandardSystemIncludes, in getModuleHash()
4759 hsOpts.UseStandardCXXIncludes, hsOpts.UseLibcxx, in getModuleHash()
4760 hsOpts.ModulesValidateDiagnosticOptions); in getModuleHash()
4761 HBuilder.add(hsOpts.ResourceDir); in getModuleHash()
4763 if (hsOpts.ModulesStrictContextHash) { in getModuleHash()
4764 HBuilder.addRange(hsOpts.SystemHeaderPrefixes); in getModuleHash()
4765 HBuilder.addRange(hsOpts.UserEntries); in getModuleHash()
4777 HBuilder.add(hsOpts.ModuleUserBuildPath); in getModuleHash()