| ... | @@ -648,6 +648,27 @@ pub const ZigClangBuiltinTypeKind = extern enum { | ... | @@ -648,6 +648,27 @@ pub const ZigClangBuiltinTypeKind = extern enum { |
| 648 | OMPArraySection, | 648 | OMPArraySection, |
| 649 | }; | 649 | }; |
| 650 | | 650 | |
| | 651 | pub const ZigClangCallingConv = extern enum { |
| | 652 | C, |
| | 653 | X86StdCall, |
| | 654 | X86FastCall, |
| | 655 | X86ThisCall, |
| | 656 | X86VectorCall, |
| | 657 | X86Pascal, |
| | 658 | Win64, |
| | 659 | X86_64SysV, |
| | 660 | X86RegCall, |
| | 661 | AAPCS, |
| | 662 | AAPCS_VFP, |
| | 663 | IntelOclBicc, |
| | 664 | SpirFunction, |
| | 665 | OpenCLKernel, |
| | 666 | Swift, |
| | 667 | PreserveMost, |
| | 668 | PreserveAll, |
| | 669 | AArch64VectorCall, |
| | 670 | }; |
| | 671 | |
| 651 | pub extern fn ZigClangSourceManager_getSpellingLoc(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) struct_ZigClangSourceLocation; | 672 | pub extern fn ZigClangSourceManager_getSpellingLoc(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) struct_ZigClangSourceLocation; |
| 652 | pub extern fn ZigClangSourceManager_getFilename(self: *const struct_ZigClangSourceManager, SpellingLoc: struct_ZigClangSourceLocation) ?[*]const u8; | 673 | pub extern fn ZigClangSourceManager_getFilename(self: *const struct_ZigClangSourceManager, SpellingLoc: struct_ZigClangSourceLocation) ?[*]const u8; |
| 653 | pub extern fn ZigClangSourceManager_getSpellingLineNumber(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) c_uint; | 674 | pub extern fn ZigClangSourceManager_getSpellingLineNumber(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) c_uint; |
| ... | @@ -832,27 +853,6 @@ pub const struct_ZigClangQualType = extern struct { | ... | @@ -832,27 +853,6 @@ pub const struct_ZigClangQualType = extern struct { |
| 832 | ptr: ?*c_void, | 853 | ptr: ?*c_void, |
| 833 | }; | 854 | }; |
| 834 | | 855 | |
| 835 | pub const ZigClangCallingConv = extern enum { | | |
| 836 | C, | | |
| 837 | X86StdCall, | | |
| 838 | X86FastCall, | | |
| 839 | X86ThisCall, | | |
| 840 | X86VectorCall, | | |
| 841 | X86Pascal, | | |
| 842 | Win64, | | |
| 843 | X86_64SysV, | | |
| 844 | X86RegCall, | | |
| 845 | AAPCS, | | |
| 846 | AAPCS_VFP, | | |
| 847 | IntelOclBicc, | | |
| 848 | SpirFunction, | | |
| 849 | OpenCLKernel, | | |
| 850 | Swift, | | |
| 851 | PreserveMost, | | |
| 852 | PreserveAll, | | |
| 853 | AArch64VectorCall, | | |
| 854 | }; | | |
| 855 | | | |
| 856 | pub const ZigClangStorageClass = extern enum { | 856 | pub const ZigClangStorageClass = extern enum { |
| 857 | None, | 857 | None, |
| 858 | Extern, | 858 | Extern, |