Searched refs:EnumConstDecl (Results 1 – 1 of 1) sorted by relevance
2713 Decl *EnumConstDecl = Actions.ActOnEnumConstant(getCurScope(), EnumDecl, in ParseEnumBody() local2718 EnumConstantDecls.push_back(EnumConstDecl); in ParseEnumBody()2719 LastEnumConstDecl = EnumConstDecl; in ParseEnumBody()