Home
last modified time | relevance | path

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

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