• Home
  • Raw
  • Download

Lines Matching refs:Case

108     .Case("weak", AT_weak)  in getKind()
109 .Case("weakref", AT_weakref) in getKind()
110 .Case("objc_arc_weak_reference_unavailable", AT_arc_weakref_unavailable) in getKind()
111 .Case("pure", AT_pure) in getKind()
112 .Case("mode", AT_mode) in getKind()
113 .Case("used", AT_used) in getKind()
114 .Case("alias", AT_alias) in getKind()
115 .Case("align", AT_aligned) in getKind()
116 .Case("cdecl", AT_cdecl) in getKind()
117 .Case("const", AT_const) in getKind()
118 .Case("__const", AT_const) // some GCC headers do contain this spelling in getKind()
119 .Case("blocks", AT_blocks) in getKind()
120 .Case("format", AT_format) in getKind()
121 .Case("malloc", AT_malloc) in getKind()
122 .Case("packed", AT_packed) in getKind()
123 .Case("unused", AT_unused) in getKind()
124 .Case("aligned", AT_aligned) in getKind()
125 .Case("cleanup", AT_cleanup) in getKind()
126 .Case("naked", AT_naked) in getKind()
127 .Case("nodebug", AT_nodebug) in getKind()
128 .Case("nonnull", AT_nonnull) in getKind()
129 .Case("nothrow", AT_nothrow) in getKind()
130 .Case("objc_gc", AT_objc_gc) in getKind()
131 .Case("regparm", AT_regparm) in getKind()
132 .Case("section", AT_section) in getKind()
133 .Case("stdcall", AT_stdcall) in getKind()
134 .Case("annotate", AT_annotate) in getKind()
135 .Case("fastcall", AT_fastcall) in getKind()
136 .Case("ibaction", AT_IBAction) in getKind()
137 .Case("iboutlet", AT_IBOutlet) in getKind()
138 .Case("iboutletcollection", AT_IBOutletCollection) in getKind()
139 .Case("noreturn", AT_noreturn) in getKind()
140 .Case("noinline", AT_noinline) in getKind()
141 .Case("sentinel", AT_sentinel) in getKind()
142 .Case("NSObject", AT_nsobject) in getKind()
143 .Case("dllimport", AT_dllimport) in getKind()
144 .Case("dllexport", AT_dllexport) in getKind()
145 .Case("may_alias", AT_may_alias) in getKind()
146 .Case("base_check", AT_base_check) in getKind()
147 .Case("deprecated", AT_deprecated) in getKind()
148 .Case("availability", AT_availability) in getKind()
149 .Case("visibility", AT_visibility) in getKind()
150 .Case("destructor", AT_destructor) in getKind()
151 .Case("format_arg", AT_format_arg) in getKind()
152 .Case("gnu_inline", AT_gnu_inline) in getKind()
153 .Case("weak_import", AT_weak_import) in getKind()
154 .Case("vecreturn", AT_vecreturn) in getKind()
155 .Case("vector_size", AT_vector_size) in getKind()
156 .Case("constructor", AT_constructor) in getKind()
157 .Case("unavailable", AT_unavailable) in getKind()
158 .Case("overloadable", AT_overloadable) in getKind()
159 .Case("address_space", AT_address_space) in getKind()
160 .Case("opencl_image_access", AT_opencl_image_access) in getKind()
161 .Case("always_inline", AT_always_inline) in getKind()
162 .Case("returns_twice", IgnoredAttribute) in getKind()
163 .Case("vec_type_hint", IgnoredAttribute) in getKind()
164 .Case("objc_exception", AT_objc_exception) in getKind()
165 .Case("objc_method_family", AT_objc_method_family) in getKind()
166 .Case("ext_vector_type", AT_ext_vector_type) in getKind()
167 .Case("neon_vector_type", AT_neon_vector_type) in getKind()
168 .Case("neon_polyvector_type", AT_neon_polyvector_type) in getKind()
169 .Case("transparent_union", AT_transparent_union) in getKind()
170 .Case("analyzer_noreturn", AT_analyzer_noreturn) in getKind()
171 .Case("warn_unused_result", AT_warn_unused_result) in getKind()
172 .Case("carries_dependency", AT_carries_dependency) in getKind()
173 .Case("ns_consumed", AT_ns_consumed) in getKind()
174 .Case("ns_consumes_self", AT_ns_consumes_self) in getKind()
175 .Case("ns_returns_autoreleased", AT_ns_returns_autoreleased) in getKind()
176 .Case("ns_returns_not_retained", AT_ns_returns_not_retained) in getKind()
177 .Case("ns_returns_retained", AT_ns_returns_retained) in getKind()
178 .Case("cf_consumed", AT_cf_consumed) in getKind()
179 .Case("cf_returns_not_retained", AT_cf_returns_not_retained) in getKind()
180 .Case("cf_returns_retained", AT_cf_returns_retained) in getKind()
181 .Case("cf_returns_autoreleased", AT_cf_returns_autoreleased) in getKind()
182 .Case("ns_consumes_self", AT_ns_consumes_self) in getKind()
183 .Case("ns_consumed", AT_ns_consumed) in getKind()
184 .Case("objc_ownership", AT_objc_ownership) in getKind()
185 .Case("objc_precise_lifetime", AT_objc_precise_lifetime) in getKind()
186 .Case("ownership_returns", AT_ownership_returns) in getKind()
187 .Case("ownership_holds", AT_ownership_holds) in getKind()
188 .Case("ownership_takes", AT_ownership_takes) in getKind()
189 .Case("reqd_work_group_size", AT_reqd_wg_size) in getKind()
190 .Case("init_priority", AT_init_priority) in getKind()
191 .Case("no_instrument_function", AT_no_instrument_function) in getKind()
192 .Case("thiscall", AT_thiscall) in getKind()
193 .Case("bounded", IgnoredAttribute) // OpenBSD in getKind()
194 .Case("pascal", AT_pascal) in getKind()
195 .Case("__cdecl", AT_cdecl) in getKind()
196 .Case("__stdcall", AT_stdcall) in getKind()
197 .Case("__fastcall", AT_fastcall) in getKind()
198 .Case("__thiscall", AT_thiscall) in getKind()
199 .Case("__pascal", AT_pascal) in getKind()
200 .Case("constant", AT_constant) in getKind()
201 .Case("device", AT_device) in getKind()
202 .Case("global", AT_global) in getKind()
203 .Case("host", AT_host) in getKind()
204 .Case("shared", AT_shared) in getKind()
205 .Case("launch_bounds", AT_launch_bounds) in getKind()
206 .Case("common", AT_common) in getKind()
207 .Case("nocommon", AT_nocommon) in getKind()
208 .Case("opencl_kernel_function", AT_opencl_kernel_function) in getKind()
209 .Case("uuid", AT_uuid) in getKind()
210 .Case("pcs", AT_pcs) in getKind()
211 .Case("ms_struct", AT_MsStruct) in getKind()