Searched defs:UnionType (Results 1 – 8 of 8) sorted by relevance
14 public class UnionType extends Type<UnionType> implements NodeWithAnnotations<UnionType> { class18 public UnionType(Range range, List<ReferenceType> elements) { in UnionType() method in UnionType23 public UnionType(List<ReferenceType> elements) { in UnionType() method in UnionType
63 public final class UnionType extends Type implements NodeWithAnnotations<UnionType> { class68 public UnionType() { in UnionType() method in UnionType76 public UnionType(TokenRange tokenRange, NodeList<ReferenceType> elements) { in UnionType() method in UnionType83 public UnionType(NodeList<ReferenceType> elements) { in UnionType() method in UnionType
225 class UnionType; variable322 friend class UnionType; variable447 friend UnionType; variable629 UnionType(int length, Zone* zone) : StructuralType(kUnion, length, zone) {} in UnionType() function
498 type UnionType struct { struct499 Key StructKey500 FldName string501 *StructDesc504 func (t *UnionType) String() string {508 func (t *UnionType) FieldName() string {512 func (t *UnionType) makeDefaultArg() Arg {516 func (t *UnionType) isDefaultArg(arg Arg) bool {
183 union UnionType{ union188 UnionType() { in UnionType() function
292 explicit UnionType(const Type* t) : Type(Kind::kUnionType, t), types_({t}) {} in UnionType() function
270 typedef Union UnionType; typedef
7607 ExprResult &EResult, QualType UnionType, in ConstructTransparentUnion()