Searched defs:TypeWithQualifiers (Results 1 – 1 of 1) sorted by relevance
405 type TypeWithQualifiers struct { struct406 Base AST407 Qualifiers Qualifiers410 func (twq *TypeWithQualifiers) print(ps *printState) {423 func (twq *TypeWithQualifiers) printInner(ps *printState) {428 func (twq *TypeWithQualifiers) Traverse(fn func(AST) bool) {434 func (twq *TypeWithQualifiers) Copy(fn func(AST) AST, skip func(AST) bool) AST {449 func (twq *TypeWithQualifiers) GoString() string {453 func (twq *TypeWithQualifiers) goString(indent int, field string) string {