Lines Matching refs:Unspecified
524 case TypeSpecifierWidth::Unspecified: in getSpecifierName()
547 case TypeSpecifierSign::Unspecified: in getSpecifierName()
614 case ConstexprSpecKind::Unspecified: in getSpecifierName()
719 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
743 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign()
1115 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1145 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1147 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish()
1166 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish()
1168 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1191 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1211 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1220 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified)) in Finish()
1269 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1278 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1284 case TypeSpecifierWidth::Unspecified: in Finish()