go/ast.DeclStmt.Pos (method)

one use

	go/ast (current package)
		ast.go#L756: func (s *DeclStmt) Pos() token.Pos       { return s.Decl.Pos() }