Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/
Dast.go1908 type Decltype struct { struct
1909 Expr AST
1912 func (dt *Decltype) print(ps *printState) {
1922 func (dt *Decltype) Traverse(fn func(AST) bool) {
1928 func (dt *Decltype) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1943 func (dt *Decltype) GoString() string {
1947 func (dt *Decltype) goString(indent int, field string) string {