Lines Matching refs:hsOpts
2432 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local
2441 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()
2459 code = hash_combine(code, hsOpts.ResourceDir); in getModuleHash()
2462 code = hash_combine(code, hsOpts.ModuleUserBuildPath); in getModuleHash()
2474 if (!hsOpts.Sysroot.empty()) { in getModuleHash()
2476 systemVersionFile += hsOpts.Sysroot; in getModuleHash()