Searched defs:BuiltinType (Results 1 – 5 of 5) sorted by relevance
897 type BuiltinType struct { struct898 Name string901 func (bt *BuiltinType) print(ps *printState) {909 func (bt *BuiltinType) Traverse(fn func(AST) bool) {913 func (bt *BuiltinType) Copy(fn func(AST) AST, skip func(AST) bool) AST {920 func (bt *BuiltinType) GoString() string {924 func (bt *BuiltinType) goString(indent int, field string) string {928 func (bt *BuiltinType) prec() precedence {
260 BuiltinType, enumerator