Home | History | Annotate | Download | only in demangle

Lines Matching defs:Closure

1083 // return type in a closure.
2591 // Closure is a closure, or lambda expression.
2592 type Closure struct {
2597 func (cl *Closure) print(ps *printState) {
2608 func (cl *Closure) Traverse(fn func(AST) bool) {
2616 func (cl *Closure) Copy(fn func(AST) AST, skip func(AST) bool) AST {
2634 cl = &Closure{Types: types, Num: cl.Num}
2641 func (cl *Closure) GoString() string {
2645 func (cl *Closure) goString(indent int, field string) string {