Searched defs:unionType (Results 1 – 5 of 5) sorted by relevance
292 AutoPtr<ASTUnionType> unionType = (static_cast<ASTUnionType*>(astType.Get())); in NewUnionTypeEmitter() local
173 AutoPtr<ASTUnionType> unionType = dynamic_cast<ASTUnionType *>(type.Get()); in EmitCustomTypeDecl() local
161 AutoPtr<ASTUnionType> unionType = dynamic_cast<ASTUnionType *>(type.Get()); in EmitCustomTypeDecl() local
1458 AutoPtr<ASTUnionType> unionType = new ASTUnionType; in ParseUnionDeclaration() local1497 void Parser::ParseUnionMember(const AutoPtr<ASTUnionType> &unionType) in ParseUnionMember()1537 …const AutoPtr<ASTUnionType> &unionType, const AutoPtr<ASTType> &type, const std::string &name) con… in AddUnionMember() argument
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