Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5297 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local
5301 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()
5304 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash()
5313 HBuilder.add(hsOpts.Sysroot, hsOpts.ModuleFormat, hsOpts.UseDebugInfo, in getModuleHash()
5314 hsOpts.UseBuiltinIncludes, hsOpts.UseStandardSystemIncludes, in getModuleHash()
5315 hsOpts.UseStandardCXXIncludes, hsOpts.UseLibcxx, in getModuleHash()
5316 hsOpts.ModulesValidateDiagnosticOptions); in getModuleHash()
5317 HBuilder.add(hsOpts.ResourceDir); in getModuleHash()
5319 if (hsOpts.ModulesStrictContextHash) { in getModuleHash()
5320 HBuilder.addRange(hsOpts.SystemHeaderPrefixes); in getModuleHash()
[all …]