Module InferModules.CMethodProperties

val get_method_kind : InferGenerated.Clang_ast_t.decl -> InferIR.ClangMethodKind.t
val is_inside_objc_class_method : InferGenerated.Clang_ast_t.decl -> bool
val get_return_type : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.qual_type
val get_param_decls : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.decl list
val get_method_body : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.stmt option
val is_cpp_virtual : InferGenerated.Clang_ast_t.decl -> bool
val is_cpp_nothrow : InferGenerated.Clang_ast_t.decl -> bool
val get_init_list_instrs : InferGenerated.Clang_ast_t.decl -> [> `CXXConstructorInit of InferGenerated.Clang_ast_t.cxx_ctor_initializer ] list
val get_pointer_to_property : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.pointer option
val is_objc_method : InferGenerated.Clang_ast_t.decl -> bool
val is_variadic : InferGenerated.Clang_ast_t.decl -> bool
val get_block_captured_variables : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.block_captured_variable list