Searched refs:getTypeSpecWidth (Results 1 – 5 of 5) sorted by relevance
699 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()703 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()1105 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()1126 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()1160 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()1193 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()1194 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()1196 << getSpecifierName(getTypeSpecWidth()); in Finish()1206 if (getTypeSpecWidth() == TypeSpecifierWidth::Long || in Finish()1207 getTypeSpecWidth() == TypeSpecifierWidth::LongLong) in Finish()[all …]
1375 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1400 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1440 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1463 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1515 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()1571 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()1587 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
11013 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
469 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function624 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
3938 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()