Searched defs:Typed (Results 1 – 4 of 4) sorted by relevance
136 type Typed struct { struct137 Name AST138 Type AST141 func (t *Typed) print(ps *printState) {157 func (t *Typed) printInner(ps *printState) {161 func (t *Typed) Traverse(fn func(AST) bool) {168 func (t *Typed) Copy(fn func(AST) AST, skip func(AST) bool) AST {190 func (t *Typed) GoString() string {194 func (t *Typed) goString(indent int, field string) string {
354 static class Typed<T> {} class in KeyTest
692 TypedInit *Typed = dynamic_cast<TypedInit *>(Folded); in resolveBitReference() local710 TypedInit *Typed = dynamic_cast<TypedInit *>(Resolved); in resolveListElementReference() local
608 TypedInit *Typed = cast<TypedInit>(Resolved); in resolveListElementReference() local