Module Gccjit.Location

module Location: sig .. end

val create : Gccjit.context -> string -> int -> int -> Gccjit.location
Create a Gccjit.location instance representing the given source location.
val to_string : Gccjit.location -> string
Get a human-readable description of this object.