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