| ... | ... | @@ -669,6 +669,15 @@ pub const ZigClangCallingConv = extern enum { |
| 669 | 669 | AArch64VectorCall, |
| 670 | 670 | }; |
| 671 | 671 | |
| 672 | pub const ZigClangStorageClass = extern enum { |
| 673 | None, |
| 674 | Extern, |
| 675 | Static, |
| 676 | PrivateExtern, |
| 677 | Auto, |
| 678 | Register, |
| 679 | }; |
| 680 | |
| 672 | 681 | pub extern fn ZigClangSourceManager_getSpellingLoc(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) struct_ZigClangSourceLocation; |
| 673 | 682 | pub extern fn ZigClangSourceManager_getFilename(self: *const struct_ZigClangSourceManager, SpellingLoc: struct_ZigClangSourceLocation) ?[*]const u8; |
| 674 | 683 | pub extern fn ZigClangSourceManager_getSpellingLineNumber(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) c_uint; |
| ... | ... | @@ -853,15 +862,6 @@ pub const struct_ZigClangQualType = extern struct { |
| 853 | 862 | ptr: ?*c_void, |
| 854 | 863 | }; |
| 855 | 864 | |
| 856 | | pub const ZigClangStorageClass = extern enum { |
| 857 | | None, |
| 858 | | Extern, |
| 859 | | Static, |
| 860 | | PrivateExtern, |
| 861 | | Auto, |
| 862 | | Register, |
| 863 | | }; |
| 864 | | |
| 865 | 865 | pub const ZigClangCompoundStmt_const_body_iterator = [*c]const *struct_ZigClangStmt; |
| 866 | 866 | |
| 867 | 867 | pub extern fn ZigClangCompoundStmt_body_begin(self: *const ZigClangCompoundStmt) ZigClangCompoundStmt_const_body_iterator; |