clang API Documentation
#include <FrontendActions.h>


Protected Member Functions | |
| void | ExecuteAction () |
| virtual bool | hasPCHSupport () const |
| hasPCHSupport - Does this action support use with PCH? | |
Definition at line 200 of file Frontend/FrontendActions.h.
| void PrintPreprocessedAction::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 420 of file Frontend/FrontendActions.cpp.
References clang::CompilerInstance::createDefaultOutputFile(), clang::DoPrintPreprocessedInput(), clang::SourceManager::getBuffer(), clang::FrontendAction::getCompilerInstance(), clang::FrontendAction::getCurrentFile(), clang::SourceManager::getMainFileID(), clang::CompilerInstance::getPreprocessor(), clang::CompilerInstance::getPreprocessorOutputOpts(), and clang::CompilerInstance::getSourceManager().
| virtual bool clang::PrintPreprocessedAction::hasPCHSupport | ( | ) | const [inline, protected, virtual] |
hasPCHSupport - Does this action support use with PCH?
Reimplemented from clang::FrontendAction.
Definition at line 204 of file Frontend/FrontendActions.h.