clang API Documentation
#include <FrontendActions.h>


Protected Member Functions | |
| virtual ASTConsumer * | CreateASTConsumer (CompilerInstance &CI, StringRef InFile) |
Definition at line 60 of file Rewrite/FrontendActions.h.
| ASTConsumer * RewriteObjCAction::CreateASTConsumer | ( | CompilerInstance & | CI, |
| StringRef | InFile | ||
| ) | [protected, virtual] |
CreateASTConsumer - Create the AST consumer object for this action, if supported.
This routine is called as part of
| CI | - The current compiler instance, provided as a convenience, |
| InFile | - The current input file, provided as a convenience, |
Implements clang::FrontendAction.
Definition at line 155 of file Rewrite/FrontendActions.cpp.
References clang::CompilerInstance::createDefaultOutputFile(), clang::CreateModernObjCRewriter(), clang::CreateObjCRewriter(), clang::CompilerInstance::getDiagnosticOpts(), clang::CompilerInstance::getDiagnostics(), clang::CompilerInstance::getLangOpts(), and clang::DiagnosticOptions::NoRewriteMacros.