Lines Matching refs:hsOpts
4950 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local
4954 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()
4957 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash()
4966 HBuilder.add(hsOpts.Sysroot, hsOpts.ModuleFormat, hsOpts.UseDebugInfo, in getModuleHash()
4967 hsOpts.UseBuiltinIncludes, hsOpts.UseStandardSystemIncludes, in getModuleHash()
4968 hsOpts.UseStandardCXXIncludes, hsOpts.UseLibcxx, in getModuleHash()
4969 hsOpts.ModulesValidateDiagnosticOptions); in getModuleHash()
4970 HBuilder.add(hsOpts.ResourceDir); in getModuleHash()
4972 if (hsOpts.ModulesStrictContextHash) { in getModuleHash()
4973 HBuilder.addRange(hsOpts.SystemHeaderPrefixes); in getModuleHash()
4974 HBuilder.addRange(hsOpts.UserEntries); in getModuleHash()
4975 HBuilder.addRange(hsOpts.VFSOverlayFiles); in getModuleHash()
4987 HBuilder.add(hsOpts.ModuleUserBuildPath); in getModuleHash()