Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsFixed

7826   bool IsFixed = !EnumUnderlyingTy.isNull();
7835 if (IsFixed && Prev->isFixed()) {
7845 } else if (IsFixed != Prev->isFixed()) {
7847 << Prev->isFixed();
8485 if (getLangOpts().CPlusPlus0x && cast<EnumDecl>(New)->isFixed()) {
9934 if (getLangOpts().CPlusPlus0x && Enum->isFixed() &&
9952 if (Enum->isFixed()) {
10007 if (Enum->isFixed()) {
10032 if (T.isNull() || Enum->isFixed()) {
10038 if (Enum->isFixed())
10229 if (Enum->isFixed()) {
10324 !Enum->isFixed() &&