Searched defs:Comment (Results 1 – 9 of 9) sorted by relevance
51 type Comment struct { struct52 CommentPos Pos53 Comment string argument56 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. member97 Comment string member133 Comment string member252 Comment string member
44 func (n *ninjaWriter) Comment(comment string) error { func
415 type Comment struct { struct416 Comment []string member417 Slash scanner.Position420 func (c Comment) Pos() scanner.Position {424 func (c Comment) End() scanner.Position {434 func (c Comment) String() string {449 func (c Comment) Text() string {
24 Comment string member
27 Comment string member
90 Comment string member
226 def Comment(self, comment): member in EdifyGenerator
1093 def Comment(self, comment): member in MockScriptWriter