Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DSpecifiers.h22 TSW_short, enumerator
/external/clang/lib/Sema/
DDeclSpec.cpp339 case TSW_short: return "short"; in getSpecifierName()
760 if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short)) in Finish()
774 TypeSpecWidth = TSW_short; in Finish()
795 case TSW_short: // short int in Finish()
801 TypeSpecWidth == TSW_short ? diag::err_invalid_short_spec in Finish()
DSemaType.cpp686 case DeclSpec::TSW_short: Result = Context.ShortTy; break; in ConvertDeclSpecToType()
700 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break; in ConvertDeclSpecToType()
/external/clang/include/clang/Sema/
DDeclSpec.h220 static const TSW TSW_short = clang::TSW_short; variable
/external/clang/lib/Parse/
DParseDecl.cpp1741 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, in ParseDeclarationSpecifiers()
2047 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID); in ParseOptionalTypeSpecifier()
DParseExprCXX.cpp1054 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID); in ParseCXXSimpleTypeSpecifier()