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

/external/clang/include/clang/Sema/
H A DDeclSpec.h239 typedef TypeSpecifierWidth TSW; typedef in class:clang::DeclSpec
240 static const TSW TSW_unspecified = clang::TSW_unspecified;
241 static const TSW TSW_short = clang::TSW_short;
242 static const TSW TSW_long = clang::TSW_long;
243 static const TSW TSW_longlong = clang::TSW_longlong;
326 /*TSW*/unsigned TypeSpecWidth : 2;
462 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
512 static const char *getSpecifierName(DeclSpec::TSW W);
593 bool SetTypeSpecWidth(TSW
[all...]
/external/clang/lib/Sema/
H A DDeclSpec.cpp386 const char *DeclSpec::getSpecifierName(TSW W) {
544 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc,
553 return BadSpecifier(W, (TSW)TypeSpecWidth, PrevSpec, DiagID);
910 << getSpecifierName((TSW)TypeSpecWidth);
/external/clang/lib/Serialization/
H A DASTReader.cpp4984 TL.setWrittenWidthSpec(static_cast<DeclSpec::TSW>(Record[Idx++]));

Completed in 41 milliseconds