Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp4745 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()
4748 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash()
4757 HBuilder.add(hsOpts.Sysroot, hsOpts.ModuleFormat, hsOpts.UseDebugInfo, in getModuleHash()
4758 hsOpts.UseBuiltinIncludes, hsOpts.UseStandardSystemIncludes, in getModuleHash()
4759 hsOpts.UseStandardCXXIncludes, hsOpts.UseLibcxx, in getModuleHash()
4760 hsOpts.ModulesValidateDiagnosticOptions); in getModuleHash()
4761 HBuilder.add(hsOpts.ResourceDir); in getModuleHash()
4763 if (hsOpts.ModulesStrictContextHash) { in getModuleHash()
4764 HBuilder.addRange(hsOpts.SystemHeaderPrefixes); in getModuleHash()
4765 HBuilder.addRange(hsOpts.UserEntries); in getModuleHash()
[all …]