Home
last modified time | relevance | path

Searched defs:LineBlock (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/
Dread.go288 type LineBlock struct { struct
289 Comments
290 Start Position
291 LParen LParen
292 Token []string
293 Line []*Line
294 RParen RParen
297 func (x *LineBlock) Span() (start, end Position) {
Drule.go841 func parseDeprecation(block *LineBlock, line *Line) string {
853 func parseDirectiveComment(block *LineBlock, line *Line) string {