Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h27 TSW_short, enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp421 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()
DSemaType.cpp1360 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()
1379 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
/external/clang/include/clang/Sema/
DDeclSpec.h254 static const TSW TSW_short = clang::TSW_short; variable
/external/clang/lib/Parse/
DParseExprCXX.cpp1907 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
DParseDecl.cpp3270 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, in ParseDeclarationSpecifiers()