Searched refs:TSW_long (Results 1 – 6 of 6) sorted by relevance
28 TSW_long, enumerator
418 case TSW_long: return "long"; in getSpecifierName()576 else if (W != TSW_longlong || TypeSpecWidth != TSW_long) in SetTypeSpecWidth()1002 if (TypeSpecWidth == TSW_long || TypeSpecWidth == TSW_longlong) in Finish()1011 } else if (TypeSpecWidth == TSW_long) { in Finish()1056 case TSW_long: // long double, long int in Finish()
1287 case DeclSpec::TSW_long: Result = Context.LongTy; break; in ConvertDeclSpecToType()1306 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()1335 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long) in ConvertDeclSpecToType()
255 static const TSW TSW_long = clang::TSW_long; variable
1834 DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
3226 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long) in ParseDeclarationSpecifiers()3227 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, in ParseDeclarationSpecifiers()