Module ClangFrontend.CType
val add_pointer_to_typ : IR.Typ.t -> IR.Typ.tval objc_classname_of_type : IR.Typ.t -> IR.Typ.Name.tval objc_classname_of_desc : IR.Typ.desc -> IR.Typ.Name.tval is_class : IR.Typ.t -> boolval return_type_of_function_type : ATDGenerated.Clang_ast_t.qual_type -> ATDGenerated.Clang_ast_t.qual_typeval is_block_type : ATDGenerated.Clang_ast_t.qual_type -> boolval is_reference_type : ATDGenerated.Clang_ast_t.qual_type -> boolval is_pointer_to_const : ATDGenerated.Clang_ast_t.qual_type -> bool