Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go1291 type Decltype struct { struct
1292 Expr AST
1295 func (dt *Decltype) print(ps *printState) {
1301 func (dt *Decltype) Traverse(fn func(AST) bool) {
1307 func (dt *Decltype) Copy(fn func(AST) AST, skip func(AST) bool) AST {
1322 func (dt *Decltype) GoString() string {
1326 func (dt *Decltype) goString(indent int, field string) string {