clang API Documentation
#include <ARCMTActions.h>


Public Member Functions | |
| ModifyAction (FrontendAction *WrappedAction) | |
Protected Member Functions | |
| bool | BeginInvocation (CompilerInstance &CI) override |
| Callback before starting processing a single input, giving the opportunity to modify the CompilerInvocation or do some other action before BeginSourceFileAction is called. | |
Definition at line 28 of file ARCMTActions.h.
| ModifyAction::ModifyAction | ( | FrontendAction * | WrappedAction | ) |
Definition at line 35 of file ARCMTActions.cpp.
| bool ModifyAction::BeginInvocation | ( | CompilerInstance & | CI | ) | [override, protected, virtual] |
Callback before starting processing a single input, giving the opportunity to modify the CompilerInvocation or do some other action before BeginSourceFileAction is called.
Reimplemented from clang::WrapperFrontendAction.
Definition at line 30 of file ARCMTActions.cpp.
References clang::arcmt::applyTransformations(), clang::DiagnosticsEngine::getClient(), clang::FrontendAction::getCurrentInput(), clang::CompilerInstance::getDiagnostics(), and clang::CompilerInstance::getInvocation().