Module Clang__.Clang__types

type language =
| C
| CXX
| ObjC
| ObjCXX
| OpenCL
| CUDA
| RenderScript
| HIP
type location_kind =
| Expansion
| Presumed
| Instantiation
| Spelling
| File
type concrete_location = {
filename : string;
line : int;
column : int;
}
module Display_source_location : sig ... end

Use by Clang__utils.pp_diagnostic

module Diagnostic_display_options : sig ... end