gwenhywfar 5.12.0
tm2c_tree2.c File Reference
#include "tm2c_tree2.h"
#include "tm2c_misc.h"
#include <gwenhywfar/debug.h>
#include <ctype.h>
Include dependency graph for tm2c_tree2.c:

Go to the source code of this file.

Functions

static void _addGetByMemberDeclaration (TYPEMAKER2_TYPE *ty, TYPEMAKER2_MEMBER *tm, GWEN_BUFFER *tbuf)
static int _addGetByMemberImplementation (TYPEMAKER2_BUILDER *tb, TYPEMAKER2_TYPE *ty, TYPEMAKER2_MEMBER *tm)
static void _addGetByMemberProtoType (TYPEMAKER2_BUILDER *tb, TYPEMAKER2_TYPE *ty, TYPEMAKER2_MEMBER *tm)
int TM2C_BuildTree2GetByMember (TYPEMAKER2_BUILDER *tb, TYPEMAKER2_TYPE *ty, TYPEMAKER2_MEMBER *tm)

Function Documentation

◆ _addGetByMemberDeclaration()

void _addGetByMemberDeclaration ( TYPEMAKER2_TYPE * ty,
TYPEMAKER2_MEMBER * tm,
GWEN_BUFFER * tbuf )
static

◆ _addGetByMemberImplementation()

◆ _addGetByMemberProtoType()

◆ TM2C_BuildTree2GetByMember()

int TM2C_BuildTree2GetByMember ( TYPEMAKER2_BUILDER * tb,
TYPEMAKER2_TYPE * ty,
TYPEMAKER2_MEMBER * tm )

Definition at line 30 of file tm2c_tree2.c.

References _addGetByMemberImplementation(), _addGetByMemberProtoType(), DBG_INFO, and NULL.

Referenced by _buildGetByMember().

Here is the call graph for this function:
Here is the caller graph for this function: