Home
last modified time | relevance | path

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

/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h31 FixOnlyWarnings(false), Silent(false) { } in FixItOptions()
52 bool FixOnlyWarnings; variable
/external/clang/include/clang/Frontend/
DFrontendOptions.h136 unsigned FixOnlyWarnings : 1; ///< Apply fixes only for warnings. variable
278 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp124 FixItOpts->FixOnlyWarnings = FEOpts.FixOnlyWarnings; in BeginInvocation()
DFixItRewriter.cpp141 if (DiagLevel >= DiagnosticsEngine::Error && FixItOpts->FixOnlyWarnings) { in HandleDiagnostic()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1191 Opts.FixOnlyWarnings = Args.hasArg(OPT_fix_only_warnings); in ParseFrontendArgs()