Home | History | Annotate | Download | only in Sema

Lines Matching defs:LastEnumConst

11112                                           EnumConstantDecl *LastEnumConst,
11195 else if (!LastEnumConst) {
11212 EnumVal = LastEnumConst->getInitVal();
11214 EltTy = LastEnumConst->getType();
11217 if (EnumVal < LastEnumConst->getInitVal()) {
11232 EnumVal = LastEnumConst->getInitVal();
11250 EnumVal = LastEnumConst->getInitVal();
11283 Decl *Sema::ActOnEnumConstant(Scope *S, Decl *theEnumDecl, Decl *lastEnumConst,
11288 EnumConstantDecl *LastEnumConst =
11289 cast_or_null<EnumConstantDecl>(lastEnumConst);
11334 CheckEnumConstant(TheEnumDecl, LastEnumConst, IdLoc, Id, Val);