google.golang.org/protobuf/reflect/protoreflect.FileDescriptor.SourceLocations (method)

2 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		type.go#L140: 	SourceLocations() SourceLocations

	google.golang.org/protobuf/reflect/protodesc
		proto.go#L39: 	for i, locs := 0, file.SourceLocations(); i < locs.Len(); i++ {