Module InferModules.CMethodProperties
val get_method_kind : InferGenerated.Clang_ast_t.decl -> InferIR.ClangMethodKind.tval is_inside_objc_class_method : InferGenerated.Clang_ast_t.decl -> boolval get_return_type : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.qual_typeval get_param_decls : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.decl listval get_method_body : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.stmt optionval is_cpp_virtual : InferGenerated.Clang_ast_t.decl -> boolval is_cpp_nothrow : InferGenerated.Clang_ast_t.decl -> boolval get_init_list_instrs : InferGenerated.Clang_ast_t.decl -> [> `CXXConstructorInit of InferGenerated.Clang_ast_t.cxx_ctor_initializer ] listval get_pointer_to_property : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.pointer optionval is_objc_method : InferGenerated.Clang_ast_t.decl -> boolval is_variadic : InferGenerated.Clang_ast_t.decl -> boolval get_block_captured_variables : InferGenerated.Clang_ast_t.decl -> InferGenerated.Clang_ast_t.block_captured_variable list