go/ast.File.FileEnd (field)

4 uses

	go/ast (current package)
		ast.go#L1059: 	FileStart, FileEnd token.Pos       // start and end of entire file
		filter.go#L356: 		if i == 0 || f.FileEnd > maxPos {
		filter.go#L357: 			maxPos = f.FileEnd

	go/parser
		interface.go#L123: 		f.FileEnd = token.Pos(file.Base() + file.Size())