Home | History | Annotate | Download | only in types

Lines Matching refs:fld

1107 					fld := fields[i]
1108 check.recordUse(key, fld)
1116 etyp := fld.typ
1132 fld := fields[i]
1133 if !fld.Exported() && fld.pkg != check.pkg {
1134 check.errorf(x.pos(), "implicit assignment to unexported field %s in %s literal", fld.name, typ)
1137 etyp := fld.typ