func go/build/constraint.Parse

7 uses

	go/build/constraint (current package)
		expr.go#L153: func Parse(line string) (Expr, error) {

	go/build
		build.go#L1595: 		x, err := constraint.Parse(string(goBuild))
		build.go#L1619: 			if x, err := constraint.Parse(text); err == nil {
		build.go#L1934: 	x, err := constraint.Parse(text)

	go/parser
		parser.go#L149: 				if x, err := constraint.Parse(p.lit); err == nil {

	go/printer
		gobuild.go#L63: 			y, err := constraint.Parse(p.commentTextAt(pos))
		gobuild.go#L76: 		x, _ = constraint.Parse(p.commentTextAt(p.goBuild[0]))