Module Cpp_parsing.Parser_auxSource
module Xset = Diffast_misc.Xsetmodule Xhash = Diffast_misc.Xhashmodule Binding = Diffast_misc.Bindingmodule Loc = Diffast_misc.Locmodule UID = Diffast_misc.UIDSourceval is_asm_kw : string -> bool Sourcetype paren_kind_sub = | PKS_NONE| PKS_SIZEOF| PKS_IF| PKS_NUMERIC
Sourcetype templ_param_arg_context = {mutable tpac_expr_flag : bool;
} Sourcetype parsing_mode = | M_NORMAL| M_STMTS| M_DECLS_SUB of string| M_MEM_DECLS_SUB of string| M_STMTS_SUB of string| M_EXPR_SUB of string| M_INIT_SUB of string| M_TYPE_SUB of string| M_SPECS_SUB of string| M_DTORS_SUB of string| M_ETORS_SUB of string| M_OBJC_DECLS_SUB of string
Sourcetype odd_brace_lv_t = {o_lv : int;mutable o_ini_lv : int;
}