Searched refs:resetNonModularOptions (Results 1 – 9 of 9) sorted by relevance
22 void CodeGenOptions::resetNonModularOptions(StringRef ModuleFormat) { in resetNonModularOptions() function in clang::CodeGenOptions
25 void LangOptions::resetNonModularOptions() { in resetNonModularOptions() function in LangOptions
226 void resetNonModularOptions() { in resetNonModularOptions() function
320 void resetNonModularOptions();
599 void resetNonModularOptions(StringRef ModuleFormat);
722 void resetNonModularOptions();
275 CI.resetNonModularOptions(); in makeCommonInvocationForModuleBuild()
5417 void CompilerInvocation::resetNonModularOptions() { in resetNonModularOptions() function in CompilerInvocation5418 getLangOpts().resetNonModularOptions(); in resetNonModularOptions()5419 getPreprocessorOpts().resetNonModularOptions(); in resetNonModularOptions()5420 getCodeGenOpts().resetNonModularOptions(getHeaderSearchOpts().ModuleFormat); in resetNonModularOptions()
1164 Invocation->resetNonModularOptions(); in cloneForModuleCompileImpl()