Rosetta
|
#include <enum.hpp>
#include <type.hpp>
#include <util.hpp>
#include <fmt/format.h>
#include <clang/AST/ASTContext.h>
Namespaces | |
binder | |
Functions | |
void | binder::add_relevant_includes (clang::EnumDecl const *E, IncludeSet &includes, int level) |
extract include needed for this generator and add it to includes vector More... | |
bool | binder::is_bindable (EnumDecl const *E) |
check if generator can create binding More... | |
bool | binder::is_binding_requested (clang::EnumDecl const *E, Config const &config) |
check if user requested binding for the given declaration More... | |
bool | binder::is_skipping_requested (clang::EnumDecl const *E, Config const &config) |
check if user requested skipping for the given declaration More... | |
std::string | binder::getQualifiedNameAsStringLLVM5Fix (NamedDecl const *E) |
std::string | binder::bind_enum (std::string const &module, EnumDecl const *E) |