Searched defs:unionType (Results 1 – 3 of 3) sorted by relevance
173 AutoPtr<ASTUnionType> unionType = dynamic_cast<ASTUnionType *>(type.Get()); in EmitCustomTypeDecl() local
161 AutoPtr<ASTUnionType> unionType = dynamic_cast<ASTUnionType *>(type.Get()); in EmitCustomTypeDecl() local
1226 AutoPtr<ASTUnionType> unionType = new ASTUnionType; in ParseUnionDeclaration() local1265 void Parser::ParseUnionMember(const AutoPtr<ASTUnionType> &unionType) in ParseUnionMember()1306 …const AutoPtr<ASTUnionType> &unionType, const AutoPtr<ASTType> &type, const std::string &name) con… in AddUnionMember() argument