Searched defs:IsExported (Results 1 – 6 of 6) sorted by relevance
137 func IsExported(t Type) bool { func
459 func (m Method) IsExported() bool { func1029 func (f StructField) IsExported() bool { func
132 func IsExported(name string) bool { func
316 func IsExported(name string) bool { func
633 func (n Name) IsExported() bool { func
583 func IsExported(name string) bool { return token.IsExported(name) } func586 func (id *Ident) IsExported() bool { return token.IsExported(id.Name) } func