Home | History | Annotate | Download | only in Sema

Lines Matching refs:LastEnumConst

9915                                           EnumConstantDecl *LastEnumConst,
9998 else if (!LastEnumConst) {
10015 EnumVal = LastEnumConst->getInitVal();
10017 EltTy = LastEnumConst->getType();
10020 if (EnumVal < LastEnumConst->getInitVal()) {
10035 EnumVal = LastEnumConst->getInitVal();
10053 EnumVal = LastEnumConst->getInitVal();
10086 Decl *Sema::ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst,
10091 EnumConstantDecl *LastEnumConst =
10092 cast_or_null<EnumConstantDecl>(lastEnumConst);
10136 CheckEnumConstant(TheEnumDecl, LastEnumConst, IdLoc, Id, Val);