Home | History | Annotate | Download | only in Sema

Lines Matching defs:TSW

256   typedef TypeSpecifierWidth TSW;
257 static const TSW TSW_unspecified = clang::TSW_unspecified;
258 static const TSW TSW_short = clang::TSW_short;
259 static const TSW TSW_long = clang::TSW_long;
260 static const TSW TSW_longlong = clang::TSW_longlong;
335 /*TSW*/unsigned TypeSpecWidth : 2;
480 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
533 static const char *getSpecifierName(DeclSpec::TSW W);
621 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,