Lines Matching refs:isFixed
12019 if (IsFixed && Prev->isFixed()) { in CheckEnumRedeclaration()
12031 } else if (IsFixed && !Prev->isFixed() && EnumUnderlyingIsImplicit) { in CheckEnumRedeclaration()
12033 } else if (!IsFixed && Prev->isFixed() && !Prev->getIntegerTypeSourceInfo()) { in CheckEnumRedeclaration()
12035 } else if (IsFixed != Prev->isFixed()) { in CheckEnumRedeclaration()
12037 << Prev->isFixed(); in CheckEnumRedeclaration()
12918 cast<EnumDecl>(New)->isFixed()) { in ActOnTag()
14325 if (getLangOpts().CPlusPlus11 && Enum->isFixed() && in CheckEnumConstant()
14343 if (Enum->isFixed()) { in CheckEnumConstant()
14401 if (Enum->isFixed()) { in CheckEnumConstant()
14426 if (T.isNull() || Enum->isFixed()) { in CheckEnumConstant()
14432 if (Enum->isFixed()) in CheckEnumConstant()
14854 if (Enum->isFixed()) { in ActOnEnumBody()
14947 !Enum->isFixed() && in ActOnEnumBody()