|
MLLIF
a MLIR-based Language to Language Interoperability Flyover
|
Classes | |
| class | CsBridgeGen |
Functions | |
| std::optional< std::string > | TypeToCs (const Type &type) |
| Gets C#-compliant typename of type. | |
| bool | createFunctionStub (CsBridgeGen &gen, MLLIFContext &context, const FunctionDecl &node, std::ostream &out, const std::size_t indent) |
| bool mllif::cs::createFunctionStub | ( | CsBridgeGen & | gen, |
| MLLIFContext & | context, | ||
| const FunctionDecl & | node, | ||
| std::ostream & | out, | ||
| const std::size_t | indent ) |
Definition at line 56 of file CsBridgeGen.cxx.
| std::optional< std::string > mllif::cs::TypeToCs | ( | const Type & | type | ) |