Home | History | Annotate | Download | only in Sema

Lines Matching refs:TheEnumDecl

10086 Decl *Sema::ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst,
10090 EnumDecl *TheEnumDecl = cast<EnumDecl>(theEnumDecl);
10131 TheEnumDecl->getDeclContext()->getRedeclContext()))
10136 CheckEnumConstant(TheEnumDecl, LastEnumConst, IdLoc, Id, Val);
10143 New->setAccess(TheEnumDecl->getAccess());