@@ -3969,6 +3969,7 @@ def set_property(self, property, value):
39693969 ("clang_equalRanges" , [SourceRange , SourceRange ], bool ),
39703970 ("clang_equalTypes" , [Type , Type ], bool ),
39713971 ("clang_formatDiagnostic" , [Diagnostic , c_uint ], _CXString ),
3972+ ("clang_getAddressSpace" , [Type ], c_uint ),
39723973 ("clang_getArgType" , [Type , c_uint ], Type ),
39733974 ("clang_getArrayElementType" , [Type ], Type ),
39743975 ("clang_getArraySize" , [Type ], c_longlong ),
@@ -3987,8 +3988,10 @@ def set_property(self, property, value):
39873988 ("clang_getCursorAvailability" , [Cursor ], c_int ),
39883989 ("clang_getCursorDefinition" , [Cursor ], Cursor ),
39893990 ("clang_getCursorDisplayName" , [Cursor ], _CXString ),
3991+ ("clang_getCursorExceptionSpecificationType" , [Cursor ], c_int ),
39903992 ("clang_getCursorExtent" , [Cursor ], SourceRange ),
39913993 ("clang_getCursorLexicalParent" , [Cursor ], Cursor ),
3994+ ("clang_getCursorLinkage" , [Cursor ], c_int ),
39923995 ("clang_getCursorLocation" , [Cursor ], SourceLocation ),
39933996 ("clang_getCursorPrettyPrinted" , [Cursor , PrintingPolicy ], _CXString ),
39943997 ("clang_getCursorPrintingPolicy" , [Cursor ], c_object_p ),
@@ -3997,6 +4000,7 @@ def set_property(self, property, value):
39974000 ("clang_getCursorResultType" , [Cursor ], Type ),
39984001 ("clang_getCursorSemanticParent" , [Cursor ], Cursor ),
39994002 ("clang_getCursorSpelling" , [Cursor ], _CXString ),
4003+ ("clang_getCursorTLSKind" , [Cursor ], c_int ),
40004004 ("clang_getCursorType" , [Cursor ], Type ),
40014005 ("clang_getCursorUSR" , [Cursor ], _CXString ),
40024006 ("clang_Cursor_getMangling" , [Cursor ], _CXString ),
@@ -4022,6 +4026,7 @@ def set_property(self, property, value):
40224026 ("clang_getEnumConstantDeclUnsignedValue" , [Cursor ], c_ulonglong ),
40234027 ("clang_getEnumConstantDeclValue" , [Cursor ], c_longlong ),
40244028 ("clang_getEnumDeclIntegerType" , [Cursor ], Type ),
4029+ ("clang_getExceptionSpecificationType" , [Type ], c_int ),
40254030 ("clang_getFile" , [TranslationUnit , c_interop_string ], c_object_p ),
40264031 ("clang_getFileName" , [File ], _CXString ),
40274032 ("clang_getFileTime" , [File ], c_uint ),
@@ -4118,6 +4123,7 @@ def set_property(self, property, value):
41184123 ("clang_Cursor_getBriefCommentText" , [Cursor ], _CXString ),
41194124 ("clang_Cursor_getRawCommentText" , [Cursor ], _CXString ),
41204125 ("clang_Cursor_getOffsetOfField" , [Cursor ], c_longlong ),
4126+ ("clang_Cursor_getStorageClass" , [Cursor ], c_int ),
41214127 ("clang_Cursor_isAnonymous" , [Cursor ], bool ),
41224128 ("clang_Cursor_isAnonymousRecordDecl" , [Cursor ], bool ),
41234129 ("clang_Cursor_isBitField" , [Cursor ], bool ),
0 commit comments