Lines Matching refs:IsFixed
15204 QualType EnumUnderlyingTy, bool IsFixed,
15213 if (IsFixed && Prev->isFixed()) {
15225 } else if (IsFixed != Prev->isFixed()) {
15227 << Prev->isFixed();
15550 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum;
15604 ScopedEnum, ScopedEnumUsesClassTag, IsFixed);
15977 IsFixed, PrevEnum))
16195 ScopedEnumUsesClassTag, IsFixed);
16203 if (IsFixed && cast<EnumDecl>(New)->isFixed()) {
17694 if (getLangOpts().CPlusPlus11 && Enum->isFixed()) {
17774 if (Enum->isFixed()) {
17799 if (T.isNull() || Enum->isFixed()) {
17805 if (Enum->isFixed())
18303 !Enum->isFixed() &&