13 #ifndef LLVM_CLANG_REWRITE_FRONTEND_REWRITERS_H 14 #define LLVM_CLANG_REWRITE_FRONTEND_REWRITERS_H 20 class PreprocessorOutputOptions;
30 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.
Dataflow Directional Tag Classes.
void DoRewriteTest(Preprocessor &PP, raw_ostream *OS)
DoRewriteTest - A simple test for the TokenRewriter class.