Searched refs:getTypeSpecWidth (Results 1 – 8 of 8) sorted by relevance
696 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()700 getTypeSpecWidth() != TypeSpecifierWidth::Long) in SetTypeSpecWidth()701 return BadSpecifier(W, getTypeSpecWidth(), PrevSpec, DiagID); in SetTypeSpecWidth()1102 writtenBS.Width = static_cast<int>(getTypeSpecWidth()); in SaveWrittenBuiltinSpecs()1123 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()1178 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()1179 (getTypeSpecWidth() != TypeSpecifierWidth::Short) && in Finish()1180 (getTypeSpecWidth() != TypeSpecifierWidth::LongLong)) in Finish()1182 << getSpecifierName(getTypeSpecWidth()); in Finish()1185 if ((getTypeSpecWidth() == TypeSpecifierWidth::LongLong) && in Finish()[all …]
1406 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1431 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1472 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1495 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1547 if (DS.getTypeSpecWidth() == TypeSpecifierWidth::Long) in ConvertDeclSpecToType()1586 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()1602 assert(DS.getTypeSpecWidth() == TypeSpecifierWidth::Unspecified && in ConvertDeclSpecToType()
10734 Diagnoser.check(DS.getTypeSpecWidthLoc(), DS.getTypeSpecWidth()); in CheckDeductionGuideDeclarator()
469 TypeSpecifierWidth getTypeSpecWidth() const { in getTypeSpecWidth() function623 getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in hasTypeSpecifier()
935 writtenBS.Width = getTypeSpecWidth(); in SaveWrittenBuiltinSpecs()
1358 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1377 switch (DS.getTypeSpecWidth()) { in ConvertDeclSpecToType()1410 if (DS.getTypeSpecWidth() == DeclSpec::TSW_long) in ConvertDeclSpecToType()1454 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()1467 assert(DS.getTypeSpecWidth() == 0 && DS.getTypeSpecComplex() == 0 && in ConvertDeclSpecToType()
3274 if (DS.getTypeSpecWidth() != DeclSpec::TSW_long) in ParseDeclarationSpecifiers()
3723 if (DS.getTypeSpecWidth() != TypeSpecifierWidth::Long) in ParseDeclarationSpecifiers()