package clangml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Id.ParameterSource

AST parameters.

Sourceval get_size_expr : ?options:Ast.Options.t -> t -> Expr.t

get_size_expr ?options p returns the expression specifying the size of the array declared by p, and fails if p is not an array parameter.

Sourceval get_type_loc : ?options:Ast.Options.t -> t -> Type_loc.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval show : t -> string
Sourcemodule Set : Stdcompat.Set.S with type elt = t
Sourcemodule Map : Stdcompat.Map.S with type key = t
Sourcemodule Hashtbl : Stdcompat.Hashtbl.S with type key = t
OCaml

Innovation. Community. Security.