Home
last modified time | relevance | path

Searched refs:NS_OPTIONS (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/ARCMT/
Dobjcmt-ns-macros.m.result19 #define NS_OPTIONS(_type, _name) enum _name : _type _name; enum _name : _type
48 typedef NS_OPTIONS(unsigned int, UITableView) {
58 typedef NS_OPTIONS(NSUInteger, UI) {
65 typedef NS_OPTIONS(unsigned int, UIPOWER2) {
90 typedef NS_OPTIONS(NSUInteger, UITableStyle) {
98 typedef NS_OPTIONS(NSUInteger, UIStyle) {
137 typedef NS_OPTIONS(NSUInteger, NSFOptions) {
161 typedef NS_OPTIONS(unsigned int, UIP_3) {
177 typedef NS_OPTIONS(unsigned int, UIP5_3) {
225 typedef NS_OPTIONS(NSUInteger, FarAwayOptions) {
[all …]
Dobjcmt-undefined-ns-macros.m.result11 typedef NS_OPTIONS(NSUInteger, UITableStyle) {
Dobjcmt-ns-macros.m19 #define NS_OPTIONS(_type, _name) enum _name : _type _name; enum _name : _type macro
285 typedef NS_OPTIONS(NSUInteger, NSWindowOcclusionState) {
/external/protobuf/objectivec/
DGPBDescriptor_PackagePrivate.h39 typedef NS_OPTIONS(uint16_t, GPBFieldFlags) { typedef
113 typedef NS_OPTIONS(uint8_t, GPBExtensionOptions) { typedef
132 typedef NS_OPTIONS(uint32_t, GPBDescriptorInitializationFlags) { typedef
/external/google-styleguide/
Dobjcguide.md832 Unsigned integers may be used for flags and bitmasks, though often NS_OPTIONS or
/external/clang/include/clang/Driver/
DOptions.td213 HelpText<"Enable migration to NS_ENUM/NS_OPTIONS macros">;