Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInvocation.cpp1974 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local
1983 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash()
1986 if (hsOpts.ModulesIgnoreMacros.count(MacroDef.split('=').first)) in getModuleHash()
1994 code = hash_combine(code, hsOpts.Sysroot, hsOpts.UseBuiltinIncludes, in getModuleHash()
1995 hsOpts.UseStandardSystemIncludes, in getModuleHash()
1996 hsOpts.UseStandardCXXIncludes, in getModuleHash()
1997 hsOpts.UseLibcxx); in getModuleHash()
1998 code = hash_combine(code, hsOpts.ResourceDir); in getModuleHash()
2001 code = hash_combine(code, hsOpts.ModuleUserBuildPath); in getModuleHash()
2007 if (!hsOpts.Sysroot.empty()) { in getModuleHash()
[all …]