Searched refs:hsOpts (Results 1 – 1 of 1) sorted by relevance
4506 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local4512 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()4515 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash()4524 code = hash_combine(code, hsOpts.Sysroot, in getModuleHash()4525 hsOpts.ModuleFormat, in getModuleHash()4526 hsOpts.UseDebugInfo, in getModuleHash()4527 hsOpts.UseBuiltinIncludes, in getModuleHash()4528 hsOpts.UseStandardSystemIncludes, in getModuleHash()4529 hsOpts.UseStandardCXXIncludes, in getModuleHash()4530 hsOpts.UseLibcxx, in getModuleHash()[all …]