Searched defs:ASTUnionType (Results 1 – 2 of 2) sorted by relevance
30 ASTUnionType() : ASTType(true), attr_(new ASTAttr()), members_() {} in ASTUnionType() function
23 ASTUnionType() : ASTType(TypeKind::TYPE_UNION, true), attr_(new ASTAttr()), members_() {} in ASTUnionType() function