Searched refs:EnumConstDecl (Results 1 – 1 of 1) sorted by relevance
3974 Decl *EnumConstDecl = Actions.ActOnEnumConstant(getCurScope(), EnumDecl, in ParseEnumBody() local3979 PD.complete(EnumConstDecl); in ParseEnumBody()3981 EnumConstantDecls.push_back(EnumConstDecl); in ParseEnumBody()3982 LastEnumConstDecl = EnumConstDecl; in ParseEnumBody()