Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendOptions.h137 unsigned FixAndRecompile : 1; ///< Apply fixes and recompile. variable
278 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp129 if (FEOpts.FixAndRecompile) { in CreateFrontendAction()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp1192 Opts.FixAndRecompile = Args.hasArg(OPT_fixit_recompile); in ParseFrontendArgs()