LILAC
Language to language Interop LAyer Compiler
Loading...
Searching...
No Matches
pluginaction.cxx File Reference
#include "pluginaction.h"
#include "exportattr.h"
#include "typemap.h"
Include dependency graph for pluginaction.cxx:

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)