clang API Documentation
#include <FrontendActions.h>


Protected Member Functions | |
| void | ExecuteAction () |
Definition at line 66 of file Rewrite/FrontendActions.h.
| void RewriteMacrosAction::ExecuteAction | ( | ) | [protected, virtual] |
ExecuteAction - Callback to run the program action, using the initialized compiler instance.
This routine is guaranteed to only be called between
Implements clang::FrontendAction.
Definition at line 169 of file Rewrite/FrontendActions.cpp.
References clang::CompilerInstance::createDefaultOutputFile(), clang::FrontendAction::getCompilerInstance(), clang::FrontendAction::getCurrentFile(), clang::CompilerInstance::getPreprocessor(), and clang::RewriteMacrosInInput().