@@ -3952,6 +3952,7 @@ def set_property(self, property, value):
39523952 ("clang_equalRanges" , [SourceRange , SourceRange ], bool ),
39533953 ("clang_equalTypes" , [Type , Type ], bool ),
39543954 ("clang_formatDiagnostic" , [Diagnostic , c_uint ], _CXString ),
3955+ ("clang_getAddressSpace" , [Type ], c_uint ),
39553956 ("clang_getArgType" , [Type , c_uint ], Type ),
39563957 ("clang_getArrayElementType" , [Type ], Type ),
39573958 ("clang_getArraySize" , [Type ], c_longlong ),
@@ -3973,6 +3974,7 @@ def set_property(self, property, value):
39733974 ("clang_getCursorExceptionSpecificationType" , [Cursor ], c_int ),
39743975 ("clang_getCursorExtent" , [Cursor ], SourceRange ),
39753976 ("clang_getCursorLexicalParent" , [Cursor ], Cursor ),
3977+ ("clang_getCursorLinkage" , [Cursor ], c_int ),
39763978 ("clang_getCursorLocation" , [Cursor ], SourceLocation ),
39773979 ("clang_getCursorPrettyPrinted" , [Cursor , PrintingPolicy ], _CXString ),
39783980 ("clang_getCursorPrintingPolicy" , [Cursor ], c_object_p ),
0 commit comments