Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DDeclSpec.h239 typedef TypeSpecifierWidth TSW; typedef
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;
463 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } in getTypeSpecWidth()
516 static const char *getSpecifierName(DeclSpec::TSW W);
604 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
/external/clang/lib/Sema/
DDeclSpec.cpp392 const char *DeclSpec::getSpecifierName(TSW W) { in getSpecifierName()
544 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth()
554 return BadSpecifier(W, (TSW)TypeSpecWidth, PrevSpec, DiagID); in SetTypeSpecWidth()
975 << getSpecifierName((TSW)TypeSpecWidth); in Finish()
/external/clang/lib/Serialization/
DASTReader.cpp5568 TL.setWrittenWidthSpec(static_cast<DeclSpec::TSW>(Record[Idx++])); in VisitBuiltinTypeLoc()