Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go1159 type SuffixType struct { struct
1160 Base AST
1161 Suffix string
1164 func (st *SuffixType) print(ps *printState) {
1168 func (st *SuffixType) printInner(ps *printState) {
1173 func (st *SuffixType) Traverse(fn func(AST) bool) {
1179 func (st *SuffixType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1194 func (st *SuffixType) GoString() string {
1198 func (st *SuffixType) goString(indent int, field string) string {