Searched refs:hsOpts (Results 1 – 1 of 1) sorted by relevance
4950 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local4954 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()[all …]