|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <ast_consumer.h>


Public Member Functions | |
| MyASTConsumer (CompilerInstance &CI) | |
| void | HandleTranslationUnit (ASTContext &Context) override |
Defines what will be matched and sent to
Definition at line 11 of file ast_consumer.h.
| MyASTConsumer::MyASTConsumer | ( | CompilerInstance & | CI | ) |
Definition at line 7 of file ast_consumer.cpp.
References v8toolkit::bind().

|
inlineoverride |
Definition at line 25 of file ast_consumer.h.
1.8.11