Searched refs:TSW_short (Results 1 – 6 of 6) sorted by relevance
27 TSW_short, enumerator
417 case TSW_short: return "short"; in getSpecifierName()983 if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short) && in Finish()1024 TypeSpecWidth = TSW_short; in Finish()1045 case TSW_short: // short int in Finish()
1286 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()1305 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
254 static const TSW TSW_short = clang::TSW_short; variable
1831 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
3222 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, in ParseDeclarationSpecifiers()