Searched defs:TSW (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DDeclSpec.h231 typedef TypeSpecifierWidth TSW; typedef in class:clang::DeclSpec
232 static const TSW TSW_unspecified = clang::TSW_unspecified;
233 static const TSW TSW_short = clang::TSW_short;
234 static const TSW TSW_long = clang::TSW_long;
235 static const TSW TSW_longlong = clang::TSW_longlong;
314 /*TSW*/unsigned TypeSpecWidth : 2;
450 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
496 static const char *getSpecifierName(DeclSpec::TSW W);
578 bool SetTypeSpecWidth(TSW
[all...]

Completed in 153 milliseconds