Lines Matching refs:Unspecified
509 case TypeSpecifierWidth::Unspecified: in getSpecifierName()
532 case TypeSpecifierSign::Unspecified: in getSpecifierName()
594 case ConstexprSpecKind::Unspecified: in getSpecifierName()
699 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
723 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign()
1095 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1126 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1128 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish()
1147 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish()
1149 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1172 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1192 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1201 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified)) in Finish()
1250 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1259 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1265 case TypeSpecifierWidth::Unspecified: in Finish()