Searched refs:getTypeSpecWidth (Results 1 – 5 of 5) sorted by relevance
698 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()702 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()703 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()1104 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()1125 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()1180 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()1181 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()1182 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()1184 << getSpecifierName(getTypeSpecWidth()); in Finish()1187 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()[all …]
1386 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1411 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1452 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1475 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1535 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()1574 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()1590 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
10813 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
469 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function623 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
3783 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()