Lines Matching full:case
29 case BuiltinType::Void: in TypeIdxFromBuiltin()
32 case BuiltinType::Bool: in TypeIdxFromBuiltin()
35 case BuiltinType::Char_U: in TypeIdxFromBuiltin()
38 case BuiltinType::UChar: in TypeIdxFromBuiltin()
41 case BuiltinType::UShort: in TypeIdxFromBuiltin()
44 case BuiltinType::UInt: in TypeIdxFromBuiltin()
47 case BuiltinType::ULong: in TypeIdxFromBuiltin()
50 case BuiltinType::ULongLong: in TypeIdxFromBuiltin()
53 case BuiltinType::UInt128: in TypeIdxFromBuiltin()
56 case BuiltinType::Char_S: in TypeIdxFromBuiltin()
59 case BuiltinType::SChar: in TypeIdxFromBuiltin()
62 case BuiltinType::WChar_S: in TypeIdxFromBuiltin()
63 case BuiltinType::WChar_U: in TypeIdxFromBuiltin()
66 case BuiltinType::Short: in TypeIdxFromBuiltin()
69 case BuiltinType::Int: in TypeIdxFromBuiltin()
72 case BuiltinType::Long: in TypeIdxFromBuiltin()
75 case BuiltinType::LongLong: in TypeIdxFromBuiltin()
78 case BuiltinType::Int128: in TypeIdxFromBuiltin()
81 case BuiltinType::Half: in TypeIdxFromBuiltin()
84 case BuiltinType::Float: in TypeIdxFromBuiltin()
87 case BuiltinType::Double: in TypeIdxFromBuiltin()
90 case BuiltinType::LongDouble: in TypeIdxFromBuiltin()
93 case BuiltinType::ShortAccum: in TypeIdxFromBuiltin()
96 case BuiltinType::Accum: in TypeIdxFromBuiltin()
99 case BuiltinType::LongAccum: in TypeIdxFromBuiltin()
102 case BuiltinType::UShortAccum: in TypeIdxFromBuiltin()
105 case BuiltinType::UAccum: in TypeIdxFromBuiltin()
108 case BuiltinType::ULongAccum: in TypeIdxFromBuiltin()
111 case BuiltinType::ShortFract: in TypeIdxFromBuiltin()
114 case BuiltinType::Fract: in TypeIdxFromBuiltin()
117 case BuiltinType::LongFract: in TypeIdxFromBuiltin()
120 case BuiltinType::UShortFract: in TypeIdxFromBuiltin()
123 case BuiltinType::UFract: in TypeIdxFromBuiltin()
126 case BuiltinType::ULongFract: in TypeIdxFromBuiltin()
129 case BuiltinType::SatShortAccum: in TypeIdxFromBuiltin()
132 case BuiltinType::SatAccum: in TypeIdxFromBuiltin()
135 case BuiltinType::SatLongAccum: in TypeIdxFromBuiltin()
138 case BuiltinType::SatUShortAccum: in TypeIdxFromBuiltin()
141 case BuiltinType::SatUAccum: in TypeIdxFromBuiltin()
144 case BuiltinType::SatULongAccum: in TypeIdxFromBuiltin()
147 case BuiltinType::SatShortFract: in TypeIdxFromBuiltin()
150 case BuiltinType::SatFract: in TypeIdxFromBuiltin()
153 case BuiltinType::SatLongFract: in TypeIdxFromBuiltin()
156 case BuiltinType::SatUShortFract: in TypeIdxFromBuiltin()
159 case BuiltinType::SatUFract: in TypeIdxFromBuiltin()
162 case BuiltinType::SatULongFract: in TypeIdxFromBuiltin()
165 case BuiltinType::Float16: in TypeIdxFromBuiltin()
168 case BuiltinType::Float128: in TypeIdxFromBuiltin()
171 case BuiltinType::Ibm128: in TypeIdxFromBuiltin()
174 case BuiltinType::NullPtr: in TypeIdxFromBuiltin()
177 case BuiltinType::Char8: in TypeIdxFromBuiltin()
180 case BuiltinType::Char16: in TypeIdxFromBuiltin()
183 case BuiltinType::Char32: in TypeIdxFromBuiltin()
186 case BuiltinType::Overload: in TypeIdxFromBuiltin()
189 case BuiltinType::UnresolvedTemplate: in TypeIdxFromBuiltin()
192 case BuiltinType::BoundMember: in TypeIdxFromBuiltin()
195 case BuiltinType::PseudoObject: in TypeIdxFromBuiltin()
198 case BuiltinType::Dependent: in TypeIdxFromBuiltin()
201 case BuiltinType::UnknownAny: in TypeIdxFromBuiltin()
204 case BuiltinType::ARCUnbridgedCast: in TypeIdxFromBuiltin()
207 case BuiltinType::ObjCId: in TypeIdxFromBuiltin()
210 case BuiltinType::ObjCClass: in TypeIdxFromBuiltin()
213 case BuiltinType::ObjCSel: in TypeIdxFromBuiltin()
217 case BuiltinType::Id: \ in TypeIdxFromBuiltin()
222 case BuiltinType::Id: \ in TypeIdxFromBuiltin()
226 case BuiltinType::OCLSampler: in TypeIdxFromBuiltin()
229 case BuiltinType::OCLEvent: in TypeIdxFromBuiltin()
232 case BuiltinType::OCLClkEvent: in TypeIdxFromBuiltin()
235 case BuiltinType::OCLQueue: in TypeIdxFromBuiltin()
238 case BuiltinType::OCLReserveID: in TypeIdxFromBuiltin()
242 case BuiltinType::Id: \ in TypeIdxFromBuiltin()
247 case BuiltinType::Id: \ in TypeIdxFromBuiltin()
252 case BuiltinType::Id: \ in TypeIdxFromBuiltin()
257 case BuiltinType::Id: \ in TypeIdxFromBuiltin()
262 case BuiltinType::Id: \ in TypeIdxFromBuiltin()
266 case BuiltinType::BuiltinFn: in TypeIdxFromBuiltin()
269 case BuiltinType::IncompleteMatrixIdx: in TypeIdxFromBuiltin()
272 case BuiltinType::ArraySection: in TypeIdxFromBuiltin()
275 case BuiltinType::OMPArrayShaping: in TypeIdxFromBuiltin()
278 case BuiltinType::OMPIterator: in TypeIdxFromBuiltin()
281 case BuiltinType::BFloat16: in TypeIdxFromBuiltin()
304 case Decl::TranslationUnit: in getDefinitiveDeclContext()
305 case Decl::ExternCContext: in getDefinitiveDeclContext()
306 case Decl::Namespace: in getDefinitiveDeclContext()
307 case Decl::LinkageSpec: in getDefinitiveDeclContext()
308 case Decl::Export: in getDefinitiveDeclContext()
312 case Decl::Enum: in getDefinitiveDeclContext()
313 case Decl::Record: in getDefinitiveDeclContext()
320 case Decl::CXXRecord: in getDefinitiveDeclContext()
321 case Decl::ClassTemplateSpecialization: in getDefinitiveDeclContext()
322 case Decl::ClassTemplatePartialSpecialization: in getDefinitiveDeclContext()
326 case Decl::Function: in getDefinitiveDeclContext()
327 case Decl::CXXMethod: in getDefinitiveDeclContext()
328 case Decl::CXXConstructor: in getDefinitiveDeclContext()
329 case Decl::CXXDestructor: in getDefinitiveDeclContext()
330 case Decl::CXXConversion: in getDefinitiveDeclContext()
331 case Decl::ObjCMethod: in getDefinitiveDeclContext()
332 case Decl::Block: in getDefinitiveDeclContext()
333 case Decl::Captured: in getDefinitiveDeclContext()
336 case Decl::ObjCCategory: in getDefinitiveDeclContext()
337 case Decl::ObjCCategoryImpl: in getDefinitiveDeclContext()
338 case Decl::ObjCImplementation: in getDefinitiveDeclContext()
341 case Decl::ObjCProtocol: in getDefinitiveDeclContext()
350 case Decl::ObjCInterface: in getDefinitiveDeclContext()
362 case Decl::TranslationUnit: in isRedeclarableDeclKind()
363 case Decl::ExternCContext: in isRedeclarableDeclKind()
364 // Special case of a "merged" declaration. in isRedeclarableDeclKind()
367 case Decl::Namespace: in isRedeclarableDeclKind()
368 case Decl::NamespaceAlias: in isRedeclarableDeclKind()
369 case Decl::Typedef: in isRedeclarableDeclKind()
370 case Decl::TypeAlias: in isRedeclarableDeclKind()
371 case Decl::Enum: in isRedeclarableDeclKind()
372 case Decl::Record: in isRedeclarableDeclKind()
373 case Decl::CXXRecord: in isRedeclarableDeclKind()
374 case Decl::ClassTemplateSpecialization: in isRedeclarableDeclKind()
375 case Decl::ClassTemplatePartialSpecialization: in isRedeclarableDeclKind()
376 case Decl::VarTemplateSpecialization: in isRedeclarableDeclKind()
377 case Decl::VarTemplatePartialSpecialization: in isRedeclarableDeclKind()
378 case Decl::Function: in isRedeclarableDeclKind()
379 case Decl::CXXDeductionGuide: in isRedeclarableDeclKind()
380 case Decl::CXXMethod: in isRedeclarableDeclKind()
381 case Decl::CXXConstructor: in isRedeclarableDeclKind()
382 case Decl::CXXDestructor: in isRedeclarableDeclKind()
383 case Decl::CXXConversion: in isRedeclarableDeclKind()
384 case Decl::UsingShadow: in isRedeclarableDeclKind()
385 case Decl::ConstructorUsingShadow: in isRedeclarableDeclKind()
386 case Decl::Var: in isRedeclarableDeclKind()
387 case Decl::FunctionTemplate: in isRedeclarableDeclKind()
388 case Decl::ClassTemplate: in isRedeclarableDeclKind()
389 case Decl::VarTemplate: in isRedeclarableDeclKind()
390 case Decl::TypeAliasTemplate: in isRedeclarableDeclKind()
391 case Decl::ObjCProtocol: in isRedeclarableDeclKind()
392 case Decl::ObjCInterface: in isRedeclarableDeclKind()
393 case Decl::Empty: in isRedeclarableDeclKind()
397 case Decl::UsingDirective: in isRedeclarableDeclKind()
398 case Decl::Label: in isRedeclarableDeclKind()
399 case Decl::UnresolvedUsingTypename: in isRedeclarableDeclKind()
400 case Decl::TemplateTypeParm: in isRedeclarableDeclKind()
401 case Decl::EnumConstant: in isRedeclarableDeclKind()
402 case Decl::UnresolvedUsingValue: in isRedeclarableDeclKind()
403 case Decl::IndirectField: in isRedeclarableDeclKind()
404 case Decl::Field: in isRedeclarableDeclKind()
405 case Decl::MSProperty: in isRedeclarableDeclKind()
406 case Decl::MSGuid: in isRedeclarableDeclKind()
407 case Decl::UnnamedGlobalConstant: in isRedeclarableDeclKind()
408 case Decl::TemplateParamObject: in isRedeclarableDeclKind()
409 case Decl::ObjCIvar: in isRedeclarableDeclKind()
410 case Decl::ObjCAtDefsField: in isRedeclarableDeclKind()
411 case Decl::NonTypeTemplateParm: in isRedeclarableDeclKind()
412 case Decl::TemplateTemplateParm: in isRedeclarableDeclKind()
413 case Decl::Using: in isRedeclarableDeclKind()
414 case Decl::UsingEnum: in isRedeclarableDeclKind()
415 case Decl::UsingPack: in isRedeclarableDeclKind()
416 case Decl::ObjCMethod: in isRedeclarableDeclKind()
417 case Decl::ObjCCategory: in isRedeclarableDeclKind()
418 case Decl::ObjCCategoryImpl: in isRedeclarableDeclKind()
419 case Decl::ObjCImplementation: in isRedeclarableDeclKind()
420 case Decl::ObjCProperty: in isRedeclarableDeclKind()
421 case Decl::ObjCCompatibleAlias: in isRedeclarableDeclKind()
422 case Decl::LinkageSpec: in isRedeclarableDeclKind()
423 case Decl::Export: in isRedeclarableDeclKind()
424 case Decl::ObjCPropertyImpl: in isRedeclarableDeclKind()
425 case Decl::PragmaComment: in isRedeclarableDeclKind()
426 case Decl::PragmaDetectMismatch: in isRedeclarableDeclKind()
427 case Decl::FileScopeAsm: in isRedeclarableDeclKind()
428 case Decl::TopLevelStmt: in isRedeclarableDeclKind()
429 case Decl::AccessSpec: in isRedeclarableDeclKind()
430 case Decl::Friend: in isRedeclarableDeclKind()
431 case Decl::FriendTemplate: in isRedeclarableDeclKind()
432 case Decl::StaticAssert: in isRedeclarableDeclKind()
433 case Decl::Block: in isRedeclarableDeclKind()
434 case Decl::Captured: in isRedeclarableDeclKind()
435 case Decl::Import: in isRedeclarableDeclKind()
436 case Decl::OMPThreadPrivate: in isRedeclarableDeclKind()
437 case Decl::OMPAllocate: in isRedeclarableDeclKind()
438 case Decl::OMPRequires: in isRedeclarableDeclKind()
439 case Decl::OMPCapturedExpr: in isRedeclarableDeclKind()
440 case Decl::OMPDeclareReduction: in isRedeclarableDeclKind()
441 case Decl::OMPDeclareMapper: in isRedeclarableDeclKind()
442 case Decl::BuiltinTemplate: in isRedeclarableDeclKind()
443 case Decl::Decomposition: in isRedeclarableDeclKind()
444 case Decl::Binding: in isRedeclarableDeclKind()
445 case Decl::Concept: in isRedeclarableDeclKind()
446 case Decl::ImplicitConceptSpecialization: in isRedeclarableDeclKind()
447 case Decl::LifetimeExtendedTemporary: in isRedeclarableDeclKind()
448 case Decl::RequiresExprBody: in isRedeclarableDeclKind()
449 case Decl::UnresolvedUsingIfExists: in isRedeclarableDeclKind()
450 case Decl::HLSLBuffer: in isRedeclarableDeclKind()
455 case Decl::ImplicitParam: in isRedeclarableDeclKind()
456 case Decl::ParmVar: in isRedeclarableDeclKind()
457 case Decl::ObjCTypeParam: in isRedeclarableDeclKind()