func go/token.NewFileSet

5 uses

	go/token (current package)
		position.go#L437: func NewFileSet() *FileSet {

	go/build
		build.go#L885: 	fset := token.NewFileSet()

	go/parser
		interface.go#L252: 	return ParseExprFrom(token.NewFileSet(), "", []byte(x), 0)

	golang.org/x/tools/go/packages
		packages.go#L754: 			ld.Fset = token.NewFileSet()

	golang.org/x/tools/internal/aliases
		aliases_go122.go#L75: 	fset := token.NewFileSet()