clang API Documentation
#include <FrontendActions.h>


Protected Member Functions | |
| void | ExecuteAction () override |
| Callback to run the program action, using the initialized compiler instance. | |
Definition at line 76 of file Rewrite/Frontend/FrontendActions.h.
| void RewriteIncludesAction::ExecuteAction | ( | ) | [override, protected, virtual] |
Callback to run the program action, using the initialized compiler instance.
This is guaranteed to only be called between BeginSourceFileAction() and EndSourceFileAction().
Implements clang::FrontendAction.
Definition at line 189 of file Frontend/Rewrite/FrontendActions.cpp.
References clang::CompilerInstance::createDefaultOutputFile(), clang::FrontendAction::getCompilerInstance(), clang::FrontendAction::getCurrentFile(), clang::CompilerInstance::getPreprocessor(), clang::CompilerInstance::getPreprocessorOutputOpts(), and clang::RewriteIncludesInInput().