LILAC
Language to language Interop LAyer Compiler
|
Go to the source code of this file.
Namespaces | |
namespace | lilac |
namespace | lilac::cxx |
Functions | |
frxml::dom & | lilac::cxx::GetDOMRoot () |
bool | lilac::cxx::ShouldBeExported (clang::NamedDecl *decl) |
bool | lilac::cxx::GetTypeName (clang::Sema &sema, const clang::SourceLocation loc, const clang::Type *type, std::string &name) |
bool | lilac::cxx::RecordParameters (clang::Sema &sema, frxml::dom &dom, clang::FunctionDecl *fn) |
std::optional< frxml::dom > | lilac::cxx::RecordFunction (clang::Sema &sema, clang::FunctionDecl *fn) |