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

References

tools/clang/include/clang/Sema/DeclSpec.h
  429         SCS_extern_in_linkage_spec(false), TypeSpecWidth(TSW_unspecified),
  614            getTypeSpecWidth() != DeclSpec::TSW_unspecified ||
tools/clang/lib/Sema/DeclSpec.cpp
  493   case TSW_unspecified: return "unspecified";
  671   if (TypeSpecWidth == TSW_unspecified)
 1071       (TypeSpecWidth != TSW_unspecified ||
 1092     TypeSpecWidth = TSW_unspecified;
 1120       if ((TypeSpecWidth != TSW_unspecified) && (TypeSpecWidth != TSW_short) &&
 1134           (TypeSpecWidth != TSW_unspecified))
 1189   case TSW_unspecified: break;
tools/clang/lib/Sema/SemaType.cpp
 1383       case DeclSpec::TSW_unspecified: Result = Context.IntTy; break;
 1402       case DeclSpec::TSW_unspecified: Result = Context.UnsignedIntTy; break;
 1427       case DeclSpec::TSW_unspecified:
 1450       case DeclSpec::TSW_unspecified: