google.golang.org/protobuf/reflect/protoreflect.SourceLocation.LeadingComments (field)

4 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		source.go#L54: 	LeadingComments string

	google.golang.org/protobuf/reflect/protodesc
		desc.go#L168: 		l.LeadingComments = loc.GetLeadingComments()
		proto.go#L49: 		if loc.LeadingComments != "" {
		proto.go#L50: 			l.LeadingComments = proto.String(loc.LeadingComments)