Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4506 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local
4512 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()
4515 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash()
4524 code = hash_combine(code, hsOpts.Sysroot, in getModuleHash()
4525 hsOpts.ModuleFormat, in getModuleHash()
4526 hsOpts.UseDebugInfo, in getModuleHash()
4527 hsOpts.UseBuiltinIncludes, in getModuleHash()
4528 hsOpts.UseStandardSystemIncludes, in getModuleHash()
4529 hsOpts.UseStandardCXXIncludes, in getModuleHash()
4530 hsOpts.UseLibcxx, in getModuleHash()
[all …]