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
1183 AutoPtr<ASTUnionType> unionType = new ASTUnionType; in ParseUnionDeclaration() local1222 void Parser::ParseUnionMember(const AutoPtr<ASTUnionType> &unionType) in ParseUnionMember()1263 …const AutoPtr<ASTUnionType> &unionType, const AutoPtr<ASTType> &type, const std::string &name) con… in AddUnionMember() argument