Lines Matching refs:isFixed
11601 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
11613 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) { in CheckEnumRedeclaration()
11615 } else if (!IsFixed && Prev->isFixed() && !Prev->getIntegerTypeSourceInfo()) { in CheckEnumRedeclaration()
11617 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
11619 << Prev->isFixed(); in CheckEnumRedeclaration()
12466 cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
13871 if (getLangOpts().CPlusPlus11 && Enum->isFixed() && in CheckEnumConstant()
13889 if (Enum->isFixed()) { in CheckEnumConstant()
13944 if (Enum->isFixed()) { in CheckEnumConstant()
13969 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
13975 if (Enum->isFixed()) in CheckEnumConstant()
14397 if (Enum->isFixed()) { in ActOnEnumBody()
14490 !Enum->isFixed() && in ActOnEnumBody()