Lines Matching refs:comment
429 for _, comment := range c.Comment {
430 pos.Offset += len(comment) + 1
431 pos.Column = len(comment) + 1
439 for _, comment := range c.Comment {
440 l += len(comment) + 1
443 for _, comment := range c.Comment {
444 buf = append(buf, comment...)
454 for _, comment := range c.Comment {
455 l += len(comment) + 1
464 for i, comment := range c.Comment {
467 comment = strings.TrimPrefix(comment, "/*")
470 comment = strings.TrimSuffix(comment, "*/")
473 comment = strings.TrimPrefix(comment, "//")
475 buf = append(buf, comment...)