Searched defs:PtrMemCast (Results 1 – 1 of 1) sorted by relevance
3661 type PtrMemCast struct { struct3662 Type AST3663 Expr AST3664 Offset int3667 func (pmc *PtrMemCast) print(ps *printState) {3675 func (pmc *PtrMemCast) Traverse(fn func(AST) bool) {3682 func (pmc *PtrMemCast) Copy(fn func(AST) AST, skip func(AST) bool) AST {3708 func (pmc *PtrMemCast) GoString() string {3712 func (pmc *PtrMemCast) goString(indent int, field string) string {