#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCCONSTANTS_H
#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCCONSTANTS_H
#define _C_ID …
#define _C_CLASS …
#define _C_SEL …
#define _C_CHR …
#define _C_UCHR …
#define _C_SHT …
#define _C_USHT …
#define _C_INT …
#define _C_UINT …
#define _C_LNG …
#define _C_ULNG …
#define _C_LNG_LNG …
#define _C_ULNG_LNG …
#define _C_FLT …
#define _C_DBL …
#define _C_BFLD …
#define _C_BOOL …
#define _C_VOID …
#define _C_UNDEF …
#define _C_PTR …
#define _C_CHARPTR …
#define _C_ATOM …
#define _C_ARY_B …
#define _C_ARY_E …
#define _C_UNION_B …
#define _C_UNION_E …
#define _C_STRUCT_B …
#define _C_STRUCT_E …
#define _C_VECTOR …
#define _C_CONST …
#endif