Lines Matching refs:Enumerator
666 else if (const EnumConstantDecl *Enumerator = dyn_cast<EnumConstantDecl>(ND))
667 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
2079 } else if (const EnumConstantDecl *Enumerator = dyn_cast<EnumConstantDecl>(ND))
2080 T = Context.getTypeDeclType(cast<TypeDecl>(Enumerator->getDeclContext()));
3857 if (EnumConstantDecl *Enumerator
3860 // enumerator was named. Alternatively, we could compute the value of
3862 // values of each enumerator. However, value-based approach would not
3865 EnumeratorsSeen.insert(Enumerator);