Searched refs:hsOpts (Results 1 – 1 of 1) sorted by relevance
2432 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local2441 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()2444 if (hsOpts.ModulesIgnoreMacros.count(MacroDef.split('=').first)) in getModuleHash()2452 code = hash_combine(code, hsOpts.Sysroot, in getModuleHash()2453 hsOpts.ModuleFormat, in getModuleHash()2454 hsOpts.UseDebugInfo, in getModuleHash()2455 hsOpts.UseBuiltinIncludes, in getModuleHash()2456 hsOpts.UseStandardSystemIncludes, in getModuleHash()2457 hsOpts.UseStandardCXXIncludes, in getModuleHash()2458 hsOpts.UseLibcxx); in getModuleHash()[all …]