webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Preprocessor.h>
Public Member Functions | |
Preprocessor (Diagnostics *diagnostics, DirectiveHandler *directiveHandler) | |
~Preprocessor () | |
bool | init (size_t count, const char *const string[], const int length[]) |
void | predefineMacro (const char *name, int value) |
void | lex (Token *token) |
void | setMaxTokenSize (size_t maxTokenSize) |
pp::Preprocessor::Preprocessor | ( | Diagnostics * | diagnostics, |
DirectiveHandler * | directiveHandler | ||
) |
pp::Preprocessor::~Preprocessor | ( | ) |
bool pp::Preprocessor::init | ( | size_t | count, |
const char *const | string[], | ||
const int | length[] | ||
) |
void pp::Preprocessor::predefineMacro | ( | const char * | name, |
int | value | ||
) |