Home
last modified time | relevance | path

Searched refs:hsOpts (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp4591 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()
4594 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash()
4603 HBuilder.add(hsOpts.Sysroot, hsOpts.ModuleFormat, hsOpts.UseDebugInfo, in getModuleHash()
4604 hsOpts.UseBuiltinIncludes, hsOpts.UseStandardSystemIncludes, in getModuleHash()
4605 hsOpts.UseStandardCXXIncludes, hsOpts.UseLibcxx, in getModuleHash()
4606 hsOpts.ModulesValidateDiagnosticOptions); in getModuleHash()
4607 HBuilder.add(hsOpts.ResourceDir); in getModuleHash()
4609 if (hsOpts.ModulesStrictContextHash) { in getModuleHash()
4610 HBuilder.addRange(hsOpts.SystemHeaderPrefixes); in getModuleHash()
4611 HBuilder.addRange(hsOpts.UserEntries); in getModuleHash()
[all …]