llvm/lldb/source/Plugins/Language/ObjC/ObjCConstants.h

//===-- ObjCConstants.h------------------------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCCONSTANTS_H
#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCCONSTANTS_H

// Objective-C Type Encoding
#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 // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCCONSTANTS_H