Module Clang.Expr

AST expressions as ordered types.

type t = Ast.expr
val equal : t -> t -> bool
val compare : t -> t -> int
module Set : Stdcompat.Set.S with type Set.elt = t
module Map : Stdcompat.Map.S with type Map.key = t
val of_cxcursor : ?⁠options:Ast.Options.t -> cxcursor -> t

of_cxcursor ?options cu translates cu into its high-level representation, supposing that cu points to an expression.