Searched refs:hsOpts (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 2432 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local 2441 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash() 2444 if (hsOpts.ModulesIgnoreMacros.count(MacroDef.split('=').first)) in getModuleHash() 2452 code = hash_combine(code, hsOpts.Sysroot, in getModuleHash() 2453 hsOpts.ModuleFormat, in getModuleHash() 2454 hsOpts.UseDebugInfo, in getModuleHash() 2455 hsOpts.UseBuiltinIncludes, in getModuleHash() 2456 hsOpts.UseStandardSystemIncludes, in getModuleHash() 2457 hsOpts.UseStandardCXXIncludes, in getModuleHash() 2458 hsOpts.UseLibcxx); in getModuleHash() [all …]
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 3975 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash() local 3981 if (!hsOpts.ModulesIgnoreMacros.empty()) { in getModuleHash() 3984 if (hsOpts.ModulesIgnoreMacros.count( in getModuleHash() 3993 code = hash_combine(code, hsOpts.Sysroot, in getModuleHash() 3994 hsOpts.ModuleFormat, in getModuleHash() 3995 hsOpts.UseDebugInfo, in getModuleHash() 3996 hsOpts.UseBuiltinIncludes, in getModuleHash() 3997 hsOpts.UseStandardSystemIncludes, in getModuleHash() 3998 hsOpts.UseStandardCXXIncludes, in getModuleHash() 3999 hsOpts.UseLibcxx, in getModuleHash() [all …]
|