Home
last modified time | relevance | path

Searched refs:RewriteTest (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h128 RewriteTest, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp108 case RewriteTest: return std::make_unique<RewriteTestAction>(); in CreateFrontendBaseAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2568 {frontend::RewriteTest, OPT_rewrite_test}, in getFrontendActionTable()
4288 case frontend::RewriteTest: in isStrictlyPreprocessorAction()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile472 SRCS_MIN+= Frontend/Rewrite/RewriteTest.cpp