Searched defs:EnumDecl (Results 1 – 4 of 4) sorted by relevance
20 class EnumDecl; variable
33 class EnumDecl; variable
2922 EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl() function
3913 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody()