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