Searched refs:getTypeSpecWidth (Results 1 – 5 of 5) sorted by relevance
723 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()727 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()728 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()1142 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()1162 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()1196 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()1231 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()1232 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()1233 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()1235 << getSpecifierName(getTypeSpecWidth()); in Finish()[all …]
1003 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1028 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1068 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1091 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1144 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()1200 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()1216 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
11419 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
527 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function690 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
4459 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()