You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
322 B
10 lines
322 B
(*
|
|
* Copyright (c) 2013 - Facebook.
|
|
* All rights reserved.
|
|
*)
|
|
|
|
(** In this module an ObjC protocol declaration or implementation is processed. The protocol *)
|
|
(** is saved in the tenv as a struct with the corresponding methods *)
|
|
|
|
val protocol_decl : Sil.tenv -> string -> Clang_ast_t.decl list -> CContext.curr_class
|