var golang.org/x/pkgsite/internal.BuildContextAll

9 uses

	golang.org/x/pkgsite/internal (current package)
		build_context.go#L34: 	BuildContextAll     = BuildContext{All, All}
		build_context.go#L60: 	if c1 == BuildContextAll {
		build_context.go#L61: 		if c2 == BuildContextAll {
		build_context.go#L66: 	if c2 == BuildContextAll {
		symbol.go#L188: 	if build != BuildContextAll {
		symbol.go#L201: 	if build == BuildContextAll {

	golang.org/x/pkgsite/internal/frontend
		main.go#L228: 	if len(docs) > 1 && docs[0].BuildContext() == internal.BuildContextAll {
		symbol.go#L325: 		sh.AddSymbol(sm, v, internal.BuildContextAll)

	golang.org/x/pkgsite/internal/postgres
		symbol_history.go#L99: 	if bc == internal.BuildContextAll {