Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go750 type TypeWithQualifiers struct { struct
751 Base AST
752 Qualifiers AST
755 func (twq *TypeWithQualifiers) print(ps *printState) {
768 func (twq *TypeWithQualifiers) printInner(ps *printState) {
773 func (twq *TypeWithQualifiers) Traverse(fn func(AST) bool) {
779 func (twq *TypeWithQualifiers) Copy(fn func(AST) AST, skip func(AST) bool) AST {
801 func (twq *TypeWithQualifiers) GoString() string {
805 func (twq *TypeWithQualifiers) goString(indent int, field string) string {