Searched defs:Decltype (Results 1 – 1 of 1) sorted by relevance
1291 type Decltype struct { struct1292 Expr AST1295 func (dt *Decltype) print(ps *printState) {1301 func (dt *Decltype) Traverse(fn func(AST) bool) {1307 func (dt *Decltype) Copy(fn func(AST) AST, skip func(AST) bool) AST {1322 func (dt *Decltype) GoString() string {1326 func (dt *Decltype) goString(indent int, field string) string {