Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendOptions.h119 RewriteTest, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp102 case RewriteTest: return llvm::make_unique<RewriteTestAction>(); in CreateFrontendBaseAction()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile356 SRCS_MIN+= Frontend/Rewrite/RewriteTest.cpp
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1655 Opts.ProgramAction = frontend::RewriteTest; break; in ParseFrontendArgs()
3058 case frontend::RewriteTest: in isStrictlyPreprocessorAction()