Searched defs:Decltype (Results 1 – 1 of 1) sorted by relevance
1908 type Decltype struct { struct1909 Expr AST1912 func (dt *Decltype) print(ps *printState) {1922 func (dt *Decltype) Traverse(fn func(AST) bool) {1928 func (dt *Decltype) Copy(fn func(AST) AST, skip func(AST) bool) AST {1943 func (dt *Decltype) GoString() string {1947 func (dt *Decltype) goString(indent int, field string) string {