Searched refs:getTypeSpecWidth (Results 1 – 5 of 5) sorted by relevance
707 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()711 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()712 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()1113 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()1133 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()1167 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()1199 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()1200 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()1201 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()1203 << getSpecifierName(getTypeSpecWidth()); in Finish()[all …]
1388 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1413 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1453 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1476 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1528 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()1584 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()1600 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
11102 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
488 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function643 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
4016 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()