clang API Documentation


Go to the source code of this file.
Namespaces | |
| namespace | clang |
Functions | |
| std::unique_ptr< ASTConsumer > | clang::CreateObjCRewriter (const std::string &InFile, raw_ostream *OS, DiagnosticsEngine &Diags, const LangOptions &LOpts, bool SilenceRewriteMacroWarning) |
| std::unique_ptr< ASTConsumer > | clang::CreateModernObjCRewriter (const std::string &InFile, raw_ostream *OS, DiagnosticsEngine &Diags, const LangOptions &LOpts, bool SilenceRewriteMacroWarning, bool LineInfo) |
| std::unique_ptr< ASTConsumer > | clang::CreateHTMLPrinter (raw_ostream *OS, Preprocessor &PP, bool SyntaxHighlight=true, bool HighlightMacros=true) |