Searched refs:memberTypes (Results 1 – 3 of 3) sorted by relevance
1091 TTypeList::const_iterator memberTypes; in addConstructor() local1093 memberTypes = type->getStruct()->begin(); in addConstructor()1115 newNode = constructStruct(node, (*memberTypes).type, 1, node->getLine(), false); in addConstructor()1146 …newNode = constructStruct(*p, (memberTypes[paramCount]).type, paramCount+1, node->getLine(), true); in addConstructor()
627 xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */ member
3960 if (type->memberTypes != NULL) in xmlSchemaFreeType()3961 xmlSchemaFreeTypeLinkList(type->memberTypes); in xmlSchemaFreeType()8910 type->memberTypes = link; in xmlSchemaParseUnion()13203 link = type->memberTypes; in xmlSchemaResolveUnionMemberTypes()13220 type->memberTypes = link->next; in xmlSchemaResolveUnionMemberTypes()13245 type->memberTypes = link; in xmlSchemaResolveUnionMemberTypes()14534 if (type->memberTypes != NULL) in xmlSchemaGetUnionSimpleTypeMemberTypes()14535 return (type->memberTypes); in xmlSchemaGetUnionSimpleTypeMemberTypes()14771 cur = baseType->memberTypes; in xmlSchemaCheckCOSSTDerivedOK()14912 type->memberTypes)); in xmlSchemaCheckUnionTypeDefCircular()[all …]