golang.org/x/tools/go/packages.Package.Syntax (field)

6 uses

	golang.org/x/tools/go/packages (current package)
		packages.go#L365: 	Syntax []*ast.File
		packages.go#L818: 			ld.pkgs[i].Syntax = nil
		packages.go#L864: 		lpkg.Syntax = []*ast.File{}
		packages.go#L990: 	lpkg.Syntax = files
		packages.go#L1052: 	types.NewChecker(tc, ld.Fset, lpkg.Types, lpkg.TypesInfo).Files(lpkg.Syntax)
		packages.go#L1066: 		for _, f := range lpkg.Syntax {