Searched defs:InitializerList (Results 1 – 1 of 1) sorted by relevance
4085 type InitializerList struct { struct4086 Type AST4087 Exprs AST4090 func (il *InitializerList) print(ps *printState) {4099 func (il *InitializerList) Traverse(fn func(AST) bool) {4108 func (il *InitializerList) Copy(fn func(AST) AST, skip func(AST) bool) AST {4133 func (il *InitializerList) GoString() string {4137 func (il *InitializerList) goString(indent int, field string) string {