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