Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsFixed

9881   bool IsFixed = !EnumUnderlyingTy.isNull();
9890 if (IsFixed && Prev->isFixed()) {
9900 } else if (IsFixed != Prev->isFixed()) {
9902 << Prev->isFixed();
10602 cast<EnumDecl>(New)->isFixed()) {
11950 if (getLangOpts().CPlusPlus11 && Enum->isFixed() &&
11968 if (Enum->isFixed()) {
12023 if (Enum->isFixed()) {
12048 if (T.isNull() || Enum->isFixed()) {
12054 if (Enum->isFixed())
12424 if (Enum->isFixed()) {
12519 !Enum->isFixed() &&