Rosetta
Classes | Functions
main.cpp File Reference
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Tooling.h"
#include <clang/AST/Comment.h>
#include <clang/AST/RecursiveASTVisitor.h>
#include <clang/Basic/Diagnostic.h>
#include <clang/Basic/SourceLocation.h>
#include <clang/Frontend/CompilerInstance.h>
#include <class.hpp>
#include <config.hpp>
#include <context.hpp>
#include <enum.hpp>
#include <function.hpp>
#include <options.hpp>

Classes

class  ClassVisitor
 
class  BinderVisitor
 
class  BinderASTConsumer
 
class  BinderFrontendAction
 

Functions

static cl::extrahelp CommonHelp (CommonOptionsParser::HelpMessage)
 
static cl::extrahelp MoreHelp ("\nMore help text...\n")
 
string wrap_CXXRecordDecl (CXXRecordDecl *R)
 
int main (int argc, const char **argv)
 

Function Documentation

◆ CommonHelp()

static cl::extrahelp CommonHelp ( CommonOptionsParser::HelpMessage  )
static

◆ main()

int main ( int  argc,
const char **  argv 
)

◆ MoreHelp()

static cl::extrahelp MoreHelp ( "\nMore help text...\n"  )
static

◆ wrap_CXXRecordDecl()

string wrap_CXXRecordDecl ( CXXRecordDecl *  R)