Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go1116 type ImaginaryType struct { struct
1117 Base AST
1120 func (it *ImaginaryType) print(ps *printState) {
1124 func (it *ImaginaryType) printInner(ps *printState) {
1128 func (it *ImaginaryType) Traverse(fn func(AST) bool) {
1134 func (it *ImaginaryType) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1149 func (it *ImaginaryType) GoString() string {
1153 func (it *ImaginaryType) goString(indent int, field string) string {