Lines Matching refs:Unspecified
508 case TypeSpecifierWidth::Unspecified: in getSpecifierName()
531 case TypeSpecifierSign::Unspecified: in getSpecifierName()
592 case ConstexprSpecKind::Unspecified: in getSpecifierName()
698 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
722 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign()
1094 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1125 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1127 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish()
1146 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish()
1148 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1160 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1180 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1196 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified)) in Finish()
1243 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1252 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1258 case TypeSpecifierWidth::Unspecified: in Finish()