Searched defs:Comment (Results 1 – 9 of 9) sorted by relevance
51 type Comment struct { struct52 CommentPos Pos53 Comment string member56 func (x *Comment) Dump() string {60 func (x *Comment) Pos() Pos { return x.CommentPos }61 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) }
51 Comment string // The comment that will appear above the definition. member72 Comment string // The comment that will appear above the definition. member80 Comment string // The comment that will appear above the definition. member98 Comment string member134 Comment string member253 Comment string member
44 func (n *ninjaWriter) Comment(comment string) error { func
418 type Comment struct { struct419 Comment []string member420 Slash scanner.Position423 func (c Comment) Pos() scanner.Position {427 func (c Comment) End() scanner.Position {437 func (c Comment) String() string {452 func (c Comment) Text() string {
177 def Comment(self, comment): member in MockScriptWriter
246 def Comment(self, comment): member in EdifyGenerator
24 Comment string member
27 Comment string member
90 Comment string member