Home | History | Annotate | Download | only in Sema

Lines Matching refs:TSW_long

1287       case DeclSpec::TSW_long:        Result = Context.LongTy; break;
1306 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break;
1335 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long)