MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
BridgeGen.h File Reference
#include "Decl.h"
#include <ostream>
Include dependency graph for BridgeGen.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mllif::BridgeGen
 

Namespaces

namespace  mllif
 

Macros

#define MLLIF_GEN_HANDLER(type, ...)
 

Macro Definition Documentation

◆ MLLIF_GEN_HANDLER

#define MLLIF_GEN_HANDLER ( type,
... )
Value:
virtual bool handle##type##__VA_ARGS__ (MLLIFContext& context, const type##Decl &node, std::ostream& out, std::size_t indent)

Definition at line 39 of file BridgeGen.h.