| ... | @@ -861,6 +861,11 @@ pub const Stage2ErrorMsg = extern struct { | ... | @@ -861,6 +861,11 @@ pub const Stage2ErrorMsg = extern struct { |
| 861 | // byte offset into source | 861 | // byte offset into source |
| 862 | offset: c_uint, | 862 | offset: c_uint, |
| 863 | }; | 863 | }; |
| | 864 | |
| | 865 | pub const struct_ZigClangQualType = extern struct { |
| | 866 | ptr: ?*c_void, |
| | 867 | }; |
| | 868 | |
| 864 | pub extern fn ZigClangErrorMsg_delete(ptr: [*c]Stage2ErrorMsg, len: usize) void; | 869 | pub extern fn ZigClangErrorMsg_delete(ptr: [*c]Stage2ErrorMsg, len: usize) void; |
| 865 | | 870 | |
| 866 | pub extern fn ZigClangLoadFromCommandLine( | 871 | pub extern fn ZigClangLoadFromCommandLine( |
| ... | @@ -874,10 +879,6 @@ pub extern fn ZigClangLoadFromCommandLine( | ... | @@ -874,10 +879,6 @@ pub extern fn ZigClangLoadFromCommandLine( |
| 874 | pub extern fn ZigClangDecl_getKind(decl: *const ZigClangDecl) ZigClangDeclKind; | 879 | pub extern fn ZigClangDecl_getKind(decl: *const ZigClangDecl) ZigClangDeclKind; |
| 875 | pub extern fn ZigClangDecl_getDeclKindName(decl: *const struct_ZigClangDecl) [*]const u8; | 880 | pub extern fn ZigClangDecl_getDeclKindName(decl: *const struct_ZigClangDecl) [*]const u8; |
| 876 | | 881 | |
| 877 | pub const struct_ZigClangQualType = extern struct { | | |
| 878 | ptr: ?*c_void, | | |
| 879 | }; | | |
| 880 | | | |
| 881 | pub const ZigClangCompoundStmt_const_body_iterator = [*c]const *struct_ZigClangStmt; | 882 | pub const ZigClangCompoundStmt_const_body_iterator = [*c]const *struct_ZigClangStmt; |
| 882 | | 883 | |
| 883 | pub extern fn ZigClangCompoundStmt_body_begin(self: *const ZigClangCompoundStmt) ZigClangCompoundStmt_const_body_iterator; | 884 | pub extern fn ZigClangCompoundStmt_body_begin(self: *const ZigClangCompoundStmt) ZigClangCompoundStmt_const_body_iterator; |