reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/DeclSpec.h
  470   TSW getTypeSpecWidth() const { return (TSW)TypeSpecWidth; }
tools/clang/lib/Sema/DeclSpec.cpp
  671   if (TypeSpecWidth == TSW_unspecified)
  674   else if (W != TSW_longlong || TypeSpecWidth != TSW_long)
  675     return BadSpecifier(W, (TSW)TypeSpecWidth, PrevSpec, DiagID);
  676   TypeSpecWidth = W;
 1071       (TypeSpecWidth != TSW_unspecified ||
 1092     TypeSpecWidth = TSW_unspecified;
 1120       if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short) &&
 1120       if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short) &&
 1121           (TypeSpecWidth != TSW_longlong))
 1123             << getSpecifierName((TSW)TypeSpecWidth);
 1126       if ((TypeSpecWidth == TSW_longlong) &&
 1134           (TypeSpecWidth != TSW_unspecified))
 1139       if (TypeSpecWidth == TSW_long || TypeSpecWidth == TSW_longlong)
 1139       if (TypeSpecWidth == TSW_long || TypeSpecWidth == TSW_longlong)
 1151     } else if (TypeSpecWidth == TSW_long) {
 1165       TypeSpecWidth = TSW_short;
 1188   switch (TypeSpecWidth) {
 1195                (IsFixedPointType && TypeSpecWidth != TSW_longlong))) {
 1197           << (int)TypeSpecWidth << getSpecifierName((TST)TypeSpecType, Policy);
 1209           << (int)TypeSpecWidth << getSpecifierName((TST)TypeSpecType, Policy);