Searched refs:getTypeSpecWidth (Results 1 – 5 of 5) sorted by relevance
726 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()730 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()731 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()1145 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()1165 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()1199 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()1236 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()1237 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()1238 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()1240 << getSpecifierName(getTypeSpecWidth()); in Finish()[all …]
1014 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1039 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1079 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1102 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1154 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()1209 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()1225 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
11660 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
529 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function692 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
4252 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()