Module ClangFrontend.CType

Utility module for retrieving types

val add_pointer_to_typ : IR.Typ.t -> IR.Typ.t
val objc_classname_of_type : IR.Typ.t -> IR.Typ.Name.t
val objc_classname_of_desc : IR.Typ.desc -> IR.Typ.Name.t
val is_class : IR.Typ.t -> bool
val is_block_type : ATDGenerated.Clang_ast_t.qual_type -> bool
val is_reference_type : ATDGenerated.Clang_ast_t.qual_type -> bool
val is_pointer_to_const : ATDGenerated.Clang_ast_t.qual_type -> bool