Module IR.ClangMethodKind

type t =
  1. | CPP_INSTANCE
  2. | OBJC_INSTANCE
  3. | CPP_CLASS
  4. | OBJC_CLASS
  5. | BLOCK
  6. | C_FUNCTION
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
val equal : t -> t -> bool
val to_string : t -> string