Searched refs:getTypeSpecWidth (Results 1 – 5 of 5) sorted by relevance
719 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()723 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()1125 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()1145 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()1179 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()1212 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()1213 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()1215 << getSpecifierName(getTypeSpecWidth()); in Finish()1225 if (getTypeSpecWidth() == TypeSpecifierWidth::Long || in Finish()1226 getTypeSpecWidth() == TypeSpecifierWidth::LongLong) in Finish()[all …]
1405 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1430 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1470 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1493 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1546 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()1602 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()1618 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
11506 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
504 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function659 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
4194 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()