Searched defs:NonTypeTemplateParam (Results 1 – 2 of 2) sorted by relevance
2496 type NonTypeTemplateParam struct { struct2497 Name AST2498 Type AST2501 func (nttp *NonTypeTemplateParam) print(ps *printState) {2511 func (nttp *NonTypeTemplateParam) printInner(ps *printState) {2515 func (nttp *NonTypeTemplateParam) Traverse(fn func(AST) bool) {2522 func (nttp *NonTypeTemplateParam) Copy(fn func(AST) AST, skip func(AST) bool) AST {2544 func (nttp *NonTypeTemplateParam) GoString() string {2548 func (nttp *NonTypeTemplateParam) goString(indent int, field string) string {
427 class NonTypeTemplateParam class