Searched defs:LineBlock (Results 1 – 2 of 2) sorted by relevance
288 type LineBlock struct { struct289 Comments290 Start Position291 LParen LParen292 Token []string293 Line []*Line294 RParen RParen297 func (x *LineBlock) Span() (start, end Position) {
841 func parseDeprecation(block *LineBlock, line *Line) string {853 func parseDirectiveComment(block *LineBlock, line *Line) string {