/aosp_15_r20/external/clang/include/clang/Rewrite/Frontend/ |
H A D | FixItRewriter.h | 31 FixOnlyWarnings(false), Silent(false) { } in FixItOptions() 52 bool FixOnlyWarnings; variable
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 136 unsigned FixOnlyWarnings : 1; ///< Apply fixes only for warnings. variable 278 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 124 FixItOpts->FixOnlyWarnings = FEOpts.FixOnlyWarnings; in BeginInvocation()
|
H A D | FixItRewriter.cpp | 141 if (DiagLevel >= DiagnosticsEngine::Error && FixItOpts->FixOnlyWarnings) { in HandleDiagnostic()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | FrontendOptions.h | 311 unsigned FixOnlyWarnings : 1; 556 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | FrontendOptions.h | 315 unsigned FixOnlyWarnings : 1; 560 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | FrontendOptions.h | 315 unsigned FixOnlyWarnings : 1; 560 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | FrontendOptions.h | 319 unsigned FixOnlyWarnings : 1; 589 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 54 bool FixOnlyWarnings = false; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 54 bool FixOnlyWarnings = false; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 54 bool FixOnlyWarnings = false; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 54 bool FixOnlyWarnings = false; variable
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1191 Opts.FixOnlyWarnings = Args.hasArg(OPT_fix_only_warnings); in ParseFrontendArgs()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Driver/ |
D | Options.inc | 8303 …y for warnings, not errors", nullptr, nullptr, true, 0, FrontendOpts.FixOnlyWarnings, false, false…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Driver/ |
D | Options.inc | 8453 …y for warnings, not errors", nullptr, nullptr, true, 0, FrontendOpts.FixOnlyWarnings, false, false…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Driver/ |
D | Options.inc | 8453 …y for warnings, not errors", nullptr, nullptr, true, 0, FrontendOpts.FixOnlyWarnings, false, false…
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Driver/ |
D | Options.inc | 8603 …d, 2>{{0, 0}}, nullptr) }}), nullptr, nullptr, true, 0, FrontendOpts.FixOnlyWarnings, false, false…
|