Lines Matching full:enumerator
663 else if (EnumConstantDecl *Enumerator = dyn_cast<EnumConstantDecl>(ND))
664 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
2002 else if (EnumConstantDecl *Enumerator = dyn_cast<EnumConstantDecl>(ND))
2003 T = Context.getTypeDeclType(cast<TypeDecl>(Enumerator->getDeclContext()));
3634 if (EnumConstantDecl *Enumerator
3637 // enumerator was named. Alternatively, we could compute the value of
3639 // values of each enumerator. However, value-based approach would not
3642 EnumeratorsSeen.insert(Enumerator);