| ... | @@ -678,6 +678,22 @@ pub const ZigClangStorageClass = extern enum { | ... | @@ -678,6 +678,22 @@ pub const ZigClangStorageClass = extern enum { |
| 678 | Register, | 678 | Register, |
| 679 | }; | 679 | }; |
| 680 | | 680 | |
| | 681 | pub const ZigClangAPFloat_roundingMode = extern enum { |
| | 682 | NearestTiesToEven, |
| | 683 | TowardPositive, |
| | 684 | TowardNegative, |
| | 685 | TowardZero, |
| | 686 | NearestTiesToAway, |
| | 687 | }; |
| | 688 | |
| | 689 | pub const ZigClangStringLiteral_StringKind = extern enum { |
| | 690 | Ascii, |
| | 691 | Wide, |
| | 692 | UTF8, |
| | 693 | UTF16, |
| | 694 | UTF32, |
| | 695 | }; |
| | 696 | |
| 681 | pub extern fn ZigClangSourceManager_getSpellingLoc(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) struct_ZigClangSourceLocation; | 697 | pub extern fn ZigClangSourceManager_getSpellingLoc(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) struct_ZigClangSourceLocation; |
| 682 | pub extern fn ZigClangSourceManager_getFilename(self: *const struct_ZigClangSourceManager, SpellingLoc: struct_ZigClangSourceLocation) ?[*]const u8; | 698 | pub extern fn ZigClangSourceManager_getFilename(self: *const struct_ZigClangSourceManager, SpellingLoc: struct_ZigClangSourceLocation) ?[*]const u8; |
| 683 | pub extern fn ZigClangSourceManager_getSpellingLineNumber(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) c_uint; | 699 | pub extern fn ZigClangSourceManager_getSpellingLineNumber(arg0: ?*const struct_ZigClangSourceManager, Loc: struct_ZigClangSourceLocation) c_uint; |