13#ifndef LLVM_CLANG_REWRITE_FRONTEND_REWRITERS_H
14#define LLVM_CLANG_REWRITE_FRONTEND_REWRITERS_H
20class PreprocessorOutputOptions;
30 const PreprocessorOutputOptions &Opts);
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified.
The JSON file list parser is used to communicate input to InstallAPI.
void DoRewriteTest(Preprocessor &PP, raw_ostream *OS)
DoRewriteTest - A simple test for the TokenRewriter class.
void RewriteIncludesInInput(Preprocessor &PP, raw_ostream *OS, const PreprocessorOutputOptions &Opts)
RewriteIncludesInInput - Implement -frewrite-includes mode.
void RewriteMacrosInInput(Preprocessor &PP, raw_ostream *OS)
RewriteMacrosInInput - Implement -rewrite-macros mode.