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

/external/clang/include/clang/Basic/
H A DSpecifiers.h27 TSW_short, enumerator in enum:clang::TypeSpecifierWidth
/external/clang/lib/Sema/
H A DDeclSpec.cpp421 case TSW_short: return "short";
1010 if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short) &&
1051 TypeSpecWidth = TSW_short;
1072 case TSW_short: // short int
H A DSemaType.cpp1360 case DeclSpec::TSW_short: Result = Context.ShortTy; break;
1379 case DeclSpec::TSW_short: Result = Context.UnsignedShortTy; break;
/external/clang/include/clang/Sema/
H A DDeclSpec.h254 static const TSW TSW_short = clang::TSW_short; member in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParseExprCXX.cpp1907 DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec, DiagID, Policy);
H A DParseDecl.cpp3270 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_short, Loc, PrevSpec,

Completed in 137 milliseconds