|
| bool | handleAssemblyBegin (MLLIFContext &context, const AssemblyDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleObjectBegin (MLLIFContext &context, const ObjectDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleAssemblyBegin (MLLIFContext &context, const AssemblyDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleAssemblyEnd (MLLIFContext &context, const AssemblyDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleNamespaceBegin (MLLIFContext &context, const NamespaceDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleNamespaceEnd (MLLIFContext &context, const NamespaceDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleObjectBegin (MLLIFContext &context, const ObjectDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleObjectEnd (MLLIFContext &context, const ObjectDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleFunctionBegin (MLLIFContext &context, const FunctionDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleFunctionEnd (MLLIFContext &context, const FunctionDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleMethodBegin (MLLIFContext &context, const MethodDecl &node, std::ostream &out, std::size_t indent) override |
| |
| bool | handleParam (MLLIFContext &context, const ParamDecl &node, std::ostream &out, std::size_t indent) override |
| |
| void | writeParamDelimiter (std::ostream &os) override |
| |
| virtual | ~BridgeGen ()=default |
| |
| | MLLIF_GEN_HANDLER (Assembly, Begin)=0 |
| |
| | MLLIF_GEN_HANDLER (Assembly, End)=0 |
| |
| | MLLIF_GEN_HANDLER (Namespace, Begin)=0 |
| |
| | MLLIF_GEN_HANDLER (Namespace, End)=0 |
| |
| | MLLIF_GEN_HANDLER (Object, Begin)=0 |
| |
| | MLLIF_GEN_HANDLER (Object, End)=0 |
| |
| | MLLIF_GEN_HANDLER (Function, Begin)=0 |
| |
| | MLLIF_GEN_HANDLER (Function, End)=0 |
| |
| | MLLIF_GEN_HANDLER (Method, Begin)=0 |
| |
| | MLLIF_GEN_HANDLER (Method, End) |
| |
| | MLLIF_GEN_HANDLER (Param)=0 |
| |
| bool | handleDecl (MLLIFContext &context, const std::shared_ptr< Decl > &node, std::ostream &out, std::size_t indent) |
| |
Definition at line 22 of file CxxDeclGen.h.