Lines Matching refs:Unspecified
526 case TypeSpecifierWidth::Unspecified: in getSpecifierName()
549 case TypeSpecifierSign::Unspecified: in getSpecifierName()
618 case ConstexprSpecKind::Unspecified: in getSpecifierName()
723 if (getTypeSpecWidth() == TypeSpecifierWidth::Unspecified) in SetTypeSpecWidth()
747 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) in SetTypeSpecSign()
1132 if (getConstexprSpecifier() != ConstexprSpecKind::Unspecified) in SetConstexprSpec()
1162 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified || in Finish()
1164 getTypeSpecSign() != TypeSpecifierSign::Unspecified || in Finish()
1183 TypeSpecWidth = static_cast<unsigned>(TypeSpecifierWidth::Unspecified); in Finish()
1185 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1211 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1231 if ((getTypeSpecWidth() != TypeSpecifierWidth::Unspecified) && in Finish()
1240 (getTypeSpecWidth() != TypeSpecifierWidth::Unspecified)) in Finish()
1289 if (getTypeSpecSign() != TypeSpecifierSign::Unspecified) { in Finish()
1298 TypeSpecSign = static_cast<unsigned>(TypeSpecifierSign::Unspecified); in Finish()
1304 case TypeSpecifierWidth::Unspecified: in Finish()