Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h257 typedef TypeSpecifierWidth TSW; typedef
258 static const TSW TSW_unspecified = clang::TSW_unspecified;
259 static const TSW TSW_short = clang::TSW_short;
260 static const TSW TSW_long = clang::TSW_long;
261 static const TSW TSW_longlong = clang::TSW_longlong;
471 TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; } in getTypeSpecWidth()
526 static const char *getSpecifierName(DeclSpec::TSW W);
614 bool SetTypeSpecWidth(TSW W, SourceLocation Loc, const char *&PrevSpec,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDDeclSpec.cpp417 const char *DeclSpec::getSpecifierName(TSW W) { in getSpecifierName()
569 bool DeclSpec::SetTypeSpecWidth(TSW W, SourceLocation Loc, in SetTypeSpecWidth()
579 return BadSpecifier(W, (TSW)TypeSpecWidth, PrevSpec, DiagID); in SetTypeSpecWidth()
988 << getSpecifierName((TSW)TypeSpecWidth); in Finish()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5469 TL.setWrittenWidthSpec(static_cast<DeclSpec::TSW>(Record[Idx++])); in VisitBuiltinTypeLoc()