14 #ifndef LLVM_CLANG_REWRITE_FRONTEND_REWRITERS_H
15 #define LLVM_CLANG_REWRITE_FRONTEND_REWRITERS_H
21 class PreprocessorOutputOptions;
31 const PreprocessorOutputOptions &Opts);
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS)
RewriteMacrosInInput - Implement -rewrite-macros mode.
void RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS, const PreprocessorOutputOptions &Opts)
RewriteIncludesInInput - Implement -frewrite-includes mode.
void DoRewriteTest(Preprocessor &PP, raw_ostream *OS)
DoRewriteTest - A simple test for the TokenRewriter class.