Searched refs:TSW_short (Results 1 – 5 of 5) sorted by relevance
27 TSW_short, enumerator
421 case TSW_short: return "short"; in getSpecifierName()1010 if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short) && in Finish()1051 TypeSpecWidth = TSW_short; in Finish()1072 case TSW_short: // short int in Finish()
1360 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()1379 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
1907 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
3270 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, in ParseDeclarationSpecifiers()