Skip to content
Snippets Groups Projects
Forked from pub / Frama Clang
726 commits behind the upstream repository.
fclang_datatype.mli 1.96 KiB
(**************************************************************************)
(*                                                                        *)
(*  This file is part of Frama-Clang                                      *)
(*                                                                        *)
(*  Copyright (C) 2012-2020                                               *)
(*    CEA (Commissariat à l'énergie atomique et aux énergies              *)
(*         alternatives)                                                  *)
(*                                                                        *)
(*  you can redistribute it and/or modify it under the terms of the GNU   *)
(*  Lesser General Public License as published by the Free Software       *)
(*  Foundation, version 2.1.                                              *)
(*                                                                        *)
(*  It is distributed in the hope that it will be useful,                 *)
(*  but WITHOUT ANY WARRANTY; without even the implied warranty of        *)
(*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *)
(*  GNU Lesser General Public License for more details.                   *)
(*                                                                        *)
(*  See the GNU Lesser General Public License version 2.1                 *)
(*  for more details (enclosed in the file LICENSE).                      *)
(*                                                                        *)
(**************************************************************************)

open Intermediate_format

module Template_parameter:
  Datatype.S_with_collections with type t = template_parameter

module Qualified_name:
  Datatype.S_with_collections with type t = qualified_name * tkind

module Vkind: Datatype.S with type t = vkind

module Access_kind: Datatype.S with type t = access_kind

module Qual_type: Datatype.S_with_collections with type t = qual_type