Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsFixed

10573   bool IsFixed = !EnumUnderlyingTy.isNull();
10582 if (IsFixed && Prev->isFixed()) {
10594 } else if (IsFixed != Prev->isFixed()) {
10596 << Prev->isFixed();
11307 cast<EnumDecl>(New)->isFixed()) {
12700 if (getLangOpts().CPlusPlus11 && Enum->isFixed() &&
12718 if (Enum->isFixed()) {
12773 if (Enum->isFixed()) {
12798 if (T.isNull() || Enum->isFixed()) {
12804 if (Enum->isFixed())
13172 if (Enum->isFixed()) {
13267 !Enum->isFixed() &&