Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h259 unsigned FixAndRecompile : 1; variable
459 FixWhatYouCan(false), FixOnlyWarnings(false), FixAndRecompile(false), in FrontendOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp145 if (FEOpts.FixAndRecompile) { in CreateFrontendAction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5439 MarshallingInfoFlag<FrontendOpts<"FixAndRecompile">>;