Lines Matching refs:to_dict

111     def to_dict(self):  member in ArrayDecl
121 res = self.type.to_dict()
128 ('type', self.type.to_dict()),
155 def to_dict(self): member in Constant
185 def to_dict(self): member in Decl
206 bitsize = self.bitsize.to_dict()
212 ('type', self.type.to_dict()),
219 ('type', self.type.to_dict()),
223 res = self.type.to_dict()
227 res = self.type.to_dict()
232 res = self.type.to_dict()
263 type_dict = self.type.type.to_dict()
278 ('type', self.type.to_dict()),
305 def to_dict(self): member in EllipsisParam
363 def to_dict(self): member in Enum
381 item_dict = item.to_dict()
451 def to_dict(self): member in Enumerator
531 def to_dict(self): member in EnumeratorList
633 def to_dict(self): member in FileAST
719 item = itm.to_dict()
756 print(item.to_dict())
885 def to_dict(self): member in FuncDecl
911 arg = arg.to_dict()
928 ('type', self.type.to_dict()),
966 def to_dict(self): member in FuncDef
970 return self.decl.to_dict()
994 def to_dict(self): member in IdentifierType
1041 def to_dict(self): member in ParamList
1070 def to_dict(self): member in PtrDecl
1075 type_dict = self.type.to_dict()
1080 ('type', self.type.to_dict()),
1122 def to_dict(self): member in Struct
1166 field = field.to_dict()
1239 def to_dict(self): member in TypeDecl
1244 res = self.type.to_dict()
1249 res = self.type.to_dict()
1256 ('type', self.type.to_dict()),
1308 res = self.type.type.to_dict()
1316 def to_dict(self): member in Typedef
1328 type_dict = self.type.type.to_dict()
1345 type_dict = self.type.type.to_dict()
1408 type_dict = self.type.to_dict()
1461 return [res, self.type.type.to_dict()]
1465 type_dict = self.type.type.to_dict()
1489 type_dict = self.type.to_dict()
1543 def to_dict(self): member in Typename
1548 res = self.type.to_dict()
1569 ('type', self.type.to_dict()),
1577 ('type', self.type.to_dict()),
1619 def to_dict(self): member in Union
1662 field = field.to_dict()