Module ClangFrontend__SwitchCase
- type condition- =- |- Case of ATDGenerated.Clang_ast_t.stmt- |- Default
- type t- =- {- condition : condition;- stmt_info : ATDGenerated.Clang_ast_t.stmt_info;- root_nodes : IR.Procdesc.Node.t list;- }
ClangFrontend__SwitchCasetype condition = | | Case of ATDGenerated.Clang_ast_t.stmt | 
| | Default | 
type t = {| condition : condition; | 
| stmt_info : ATDGenerated.Clang_ast_t.stmt_info; | 
| root_nodes : IR.Procdesc.Node.t list; | 
}