Home | History | Annotate | Download | only in Parse

Lines Matching refs:EnumDecl

3032 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) {
3035 Actions.ActOnTagStartDefinition(getCurScope(), EnumDecl);
3068 // Install the enumerator constant into EnumDecl.
3069 Decl *EnumConstDecl = Actions.ActOnEnumConstant(getCurScope(), EnumDecl,
3110 EnumDecl, EnumConstantDecls.data(),
3115 Actions.ActOnTagFinishDefinition(getCurScope(), EnumDecl,