go/ast.CommentGroup.Pos (method, view implemented interface methods)

17 uses

	go/ast (current package)
		ast.go#L82: func (g *CommentGroup) Pos() token.Pos { return g.List[0].Pos() }
		commentmap.go#L19: 		return cmp.Compare(a.Pos(), b.Pos())
		commentmap.go#L82: 		r.pos = r.fset.Position(r.comment.Pos())
		commentmap.go#L169: 			if top := stack.pop(r.comment.Pos()); top != nil {
		import.go#L145: 		if beg <= g.Pos() {
		import.go#L165: 		for specIndex+1 < len(specs) && pos[specIndex+1].Start <= g.Pos() {
		import.go#L170: 		if specIndex == 0 && pos[specIndex].Start > g.Pos() {
		import.go#L173: 			lineAt(fset, pos[specIndex].Start)+1 == lineAt(fset, g.Pos()) {
		import.go#L243: 		return cmp.Compare(a.Pos(), b.Pos())

	go/build
		read.go#L495: 		if group.Pos() >= info.parsed.Package {

	go/doc
		example.go#L270: 		if body.Pos() <= c.Pos() && c.End() <= body.End() {
		example.go#L317: 		return cmp.Compare(a.Pos(), b.Pos())
		example.go#L584: 		Rbrace: last.Pos(),
		example.go#L599: 		if cg.Pos() < pos {