Module Clang.Translation_unit

AST translation units.

type t = Ast.translation_unit
val make : ?⁠filename:string -> Ast.decl list -> Ast.translation_unit_desc
include Clang__.Ast_sig.S with type t := t
type t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val pp : Stdcompat.Format.formatter -> t -> unit
val show : t -> string
module Set : Stdcompat.Set.S with type Set.elt = t
module Map : Stdcompat.Map.S with type Map.key = t
module Hashtbl : Stdcompat.Hashtbl.S with type Hashtbl.key = t