Lines Matching refs:Enumerator
683 else if (const EnumConstantDecl *Enumerator = dyn_cast<EnumConstantDecl>(ND))
684 T = C.getTypeDeclType(cast<EnumDecl>(Enumerator->getDeclContext()));
2091 } else if (const EnumConstantDecl *Enumerator = dyn_cast<EnumConstantDecl>(ND))
2092 T = Context.getTypeDeclType(cast<TypeDecl>(Enumerator->getDeclContext()));
3877 if (EnumConstantDecl *Enumerator
3880 // enumerator was named. Alternatively, we could compute the value of
3882 // values of each enumerator. However, value-based approach would not
3885 EnumeratorsSeen.insert(Enumerator);