@@ -3952,6 +3952,7 @@ def set_property(self, property, value):
3952
3952
("clang_equalRanges" , [SourceRange , SourceRange ], bool ),
3953
3953
("clang_equalTypes" , [Type , Type ], bool ),
3954
3954
("clang_formatDiagnostic" , [Diagnostic , c_uint ], _CXString ),
3955
+ ("clang_getAddressSpace" , [Type ], c_uint ),
3955
3956
("clang_getArgType" , [Type , c_uint ], Type ),
3956
3957
("clang_getArrayElementType" , [Type ], Type ),
3957
3958
("clang_getArraySize" , [Type ], c_longlong ),
@@ -3973,6 +3974,7 @@ def set_property(self, property, value):
3973
3974
("clang_getCursorExceptionSpecificationType" , [Cursor ], c_int ),
3974
3975
("clang_getCursorExtent" , [Cursor ], SourceRange ),
3975
3976
("clang_getCursorLexicalParent" , [Cursor ], Cursor ),
3977
+ ("clang_getCursorLinkage" , [Cursor ], c_int ),
3976
3978
("clang_getCursorLocation" , [Cursor ], SourceLocation ),
3977
3979
("clang_getCursorPrettyPrinted" , [Cursor , PrintingPolicy ], _CXString ),
3978
3980
("clang_getCursorPrintingPolicy" , [Cursor ], c_object_p ),
0 commit comments