ClangFrontend.Clang_ast_extend
module L = IBase.Logging
type ATDGenerated.Clang_ast_types.TypePtr.t +=
| Builtin of ATDGenerated.Clang_ast_t.builtin_type_kind
| PointerOf of ATDGenerated.Clang_ast_t.qual_type
| ReferenceOf of ATDGenerated.Clang_ast_t.qual_type
| ClassType of IR.Typ.Name.t
| DeclPtr of int
| ErrorType
val type_ptr_to_string : ATDGenerated.Clang_ast_types.TypePtr.t -> string
module TypePointerOrd : sig ... end
module TypePointerMap : sig ... end