Lines Matching refs:Unspecified
512 case TypeSpecifierWidth::Unspecified: in getSpecifierName()
535 case TypeSpecifierSign::Unspecified: in getSpecifierName()
602 case ConstexprSpecKind::Unspecified: in getSpecifierName()
707 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
731 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign()
1103 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1133 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1135 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish()
1154 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish()
1156 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1179 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1199 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1208 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified)) in Finish()
1257 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1266 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1272 case TypeSpecifierWidth::Unspecified: in Finish()