Searched defs:EnumDecl (Results 1 – 5 of 5) sorted by relevance
8 EnumDecl(EnumDecl), enumerator22 pub struct EnumDecl { struct24 pub name: Option<Box<str>>,29 pub fixed_underlying_type: Option<Type>,
20 class EnumDecl; variable
34 class EnumDecl; variable
3043 EnumDecl(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, in EnumDecl() function
4163 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody()