Searched refs:FixAndRecompile (Results 1 – 6 of 6) sorted by relevance
137 unsigned FixAndRecompile : 1; ///< Apply fixes and recompile. variable278 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
258 unsigned FixAndRecompile : 1; variable454 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
129 if (FEOpts.FixAndRecompile) { in CreateFrontendAction()
145 if (FEOpts.FixAndRecompile) { in CreateFrontendAction()
1192 Opts.FixAndRecompile = Args.hasArg(OPT_fixit_recompile); in ParseFrontendArgs()
4379 MarshallingInfoFlag<"FrontendOpts.FixAndRecompile">;