Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h299 unsigned FixAndRecompile : 1; variable
509 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
/llvm-project-15.0.7/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp150 if (FEOpts.FixAndRecompile) { in CreateFrontendAction()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5926 MarshallingInfoFlag<FrontendOpts<"FixAndRecompile">>;