clang API Documentation
#include <FrontendActions.h>


Protected Member Functions | |
| void | ExecuteAction () |
Definition at line 180 of file Frontend/FrontendActions.h.
| void DumpRawTokensAction::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 361 of file Frontend/FrontendActions.cpp.
References clang::Preprocessor::DumpToken(), clang::SourceManager::getBuffer(), clang::FrontendAction::getCompilerInstance(), clang::Preprocessor::getLangOpts(), clang::SourceManager::getMainFileID(), clang::CompilerInstance::getPreprocessor(), clang::Preprocessor::getSourceManager(), clang::Token::isNot(), and clang::Lexer::SetKeepWhitespaceMode().