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

References

tools/clang/lib/Parse/ParseDecl.cpp
 3717       isInvalid = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec,
tools/clang/lib/Parse/ParseExprCXX.cpp
 2137     DS.SetTypeSpecType(DeclSpec::TST_int, Loc, PrevSpec, DiagID, Policy);
tools/clang/lib/Parse/Parser.cpp
 1143     D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int,
tools/clang/lib/Sema/DeclSpec.cpp
  530   case DeclSpec::TST_int:         return "int";
 1113            (TypeSpecType != TST_int)) || TypeAltiVecPixel) {
 1133       if ((TypeSpecType == TST_char) || (TypeSpecType == TST_int) ||
 1163       TypeSpecType = TST_int;
 1176       TypeSpecType = TST_int; // unsigned -> unsigned int, signed -> signed int.
 1177     else if (TypeSpecType != TST_int && TypeSpecType != TST_int128 &&
 1193       TypeSpecType = TST_int; // short -> short int, long long -> long long int.
 1194     else if (!(TypeSpecType == TST_int ||
 1198       TypeSpecType = TST_int;
 1205       TypeSpecType = TST_int;  // long -> long int.
 1206     else if (TypeSpecType != TST_int && TypeSpecType != TST_double &&
 1210       TypeSpecType = TST_int;
 1226     } else if (TypeSpecType == TST_int || TypeSpecType == TST_char) {
tools/clang/lib/Sema/SemaDecl.cpp
13250         DS.SetTypeSpecType(DeclSpec::TST_int, FTI.Params[i].IdentLoc, PrevSpec,
14169   bool Error = DS.SetTypeSpecType(DeclSpec::TST_int, Loc, Dummy, DiagID,
tools/clang/lib/Sema/SemaType.cpp
 1380   case DeclSpec::TST_int: {