Home
last modified time | relevance | path

Searched defs:TypeWithQualifiers (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go405 type TypeWithQualifiers struct { struct
406 Base AST
407 Qualifiers Qualifiers
410 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 {