Home | History | Annotate | Download | only in Sema

Lines Matching refs:LastEnumConst

13255                                           EnumConstantDecl *LastEnumConst,
13338 else if (!LastEnumConst) {
13355 EnumVal = LastEnumConst->getInitVal();
13357 EltTy = LastEnumConst->getType();
13360 if (EnumVal < LastEnumConst->getInitVal()) {
13375 EnumVal = LastEnumConst->getInitVal();
13393 EnumVal = LastEnumConst->getInitVal();
13426 Decl *Sema::ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst,
13431 EnumConstantDecl *LastEnumConst =
13432 cast_or_null<EnumConstantDecl>(lastEnumConst);
13477 CheckEnumConstant(TheEnumDecl, LastEnumConst, IdLoc, Id, Val);