Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp111 case RewriteMacros: return std::make_unique<RewriteMacrosAction>(); in CreateFrontendBaseAction()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h130 RewriteMacros, enumerator
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2645 {frontend::RewriteMacros, OPT_rewrite_macros}, in getFrontendActionTable()
4499 case frontend::RewriteMacros: in isStrictlyPreprocessorAction()
/freebsd/lib/clang/libclang/
H A DMakefile475 SRCS_MIN+= Frontend/Rewrite/RewriteMacros.cpp