Searched refs:TSW_long (Results 1 – 6 of 6) sorted by relevance
24 TSW_long, enumerator
421 case TSW_long: return "long"; in getSpecifierName()578 else if (W != TSW_longlong || TypeSpecWidth != TSW_long) in SetTypeSpecWidth()1005 if (TypeSpecWidth == TSW_long || TypeSpecWidth == TSW_longlong) in Finish()1009 } else if (TypeSpecWidth == TSW_long) { in Finish()1052 case TSW_long: // long double, long int in Finish()
818 case DeclSpec::TSW_long: Result = Context.LongTy; break; in ConvertDeclSpecToType()837 case DeclSpec::TSW_long: Result = Context.UnsignedLongTy; break; in ConvertDeclSpecToType()866 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long) in ConvertDeclSpecToType()
259 static const TSW TSW_long = clang::TSW_long; variable
1826 DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, DiagID, Policy); in ParseCXXSimpleTypeSpecifier()
3112 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long) in ParseDeclarationSpecifiers()3113 isInvalid = DS.SetTypeSpecWidth(DeclSpec::TSW_long, Loc, PrevSpec, in ParseDeclarationSpecifiers()