Functions for extracting properties of functions or method declarations
val get_method_kind : InferGenerated.Clang_ast_t.decl ‑> InferIR.ProcAttributes.clang_method_kindval 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 ‑> bool