LILAC
Language to language Interop LAyer Compiler
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NLilac
 NGenerator
 NDiagnostics
 CDiagnosticGenerator
 NExporters
 CIExporter
 CExportAttributeGenerator
 CParameterPack
 NTest
 CCsModule
 Nlilac
 Ncsharp
 CCSharpAssemblyInterfaceVisitorA visitor that creates bridge of assembly elements with C#
 CCSharpBackendActionAn action that generates C# bridge of given interface representation using P/Invoke
 CCtorVisitorA visitor that creates bridge of ctor elements with C#
 CDtorVisitorA visitor that creates bridge of dtor elements with C#
 CEnumConstantVisitorA visitor that creates bridge of constant elements with C#
 CEnumVisitorA visitor that creates bridge of enum elements with C#
 CFunctionVisitorA visitor that creates bridge of function elements with C#
 CMethodVisitorA visitor that creates bridge of method elements with C#
 CNamespaceVisitorA visitor that creates bridge of namespace elements with C#
 CRecordVisitorA visitor that creates bridge of record elements with C#
 CVisitContext
 Ncxx
 CExportAttrInfoA plugin making clang accepts attributes from LILAC
 CLilacActionA frontend action that creates lilac::cxx::LilacASTConsumer to traverse AST
 CLilacASTConsumerAn ASTConsumer that creates lilac::cxx::LilacASTVisitor to traverse AST
 CLilacASTVisitorA recursive AST visitor that serializes C/C++ interface data into DOM object
 CCXXRecordVisitorA recursive AST visitor that traverses AST of an enumeration
 CEnumVisitorA recursive AST visitor that traverses AST of an enumeration
 Nshared
 C__FilledString
 C__IndentationVector
 C__Indentation
 CAssemblyVisitorAn interface visitor for a whole assembly
 CBackendActionAn action that generates language-specific bridge of given interface representation
 Cexception
 CFrontendActionAn action that generates interface representation from codes
 CGenericInterfaceVisitorA composite ASTVisitor wrapping other ASTVisitor(s)
 CInterfaceVisitorA helper class to traverse interface graph
 CCompileSymbolSubCommandA sub-command that compiles assemblies into symbols
 CGenerateSubCommandA sub-command that generates bindings from symbols
 CSubCommandAn abstraction class of llvm::cl::SubCommand
 CCXXFrontendAction