clang API Documentation
#include <FrontendActions.h>


Protected Member Functions | |
| void | ExecuteAction () |
Definition at line 190 of file Frontend/FrontendActions.h.
| void GeneratePTHAction::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 391 of file Frontend/FrontendActions.cpp.
References clang::CacheTokens(), clang::CompilerInstance::createDefaultOutputFile(), clang::FrontendAction::getCompilerInstance(), clang::FrontendAction::getCurrentFile(), clang::CompilerInstance::getFrontendOpts(), clang::CompilerInstance::getPreprocessor(), and clang::FrontendOptions::OutputFile.