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