Searched refs:ParseEnumBody (Results 1 – 2 of 2) sorted by relevance
1846 void ParseEnumBody(SourceLocation StartLoc, Decl *TagDecl);
4055 ParseEnumBody(StartLoc, TagDecl); in ParseEnumSpecifier()4074 void Parser::ParseEnumBody(SourceLocation StartLoc, Decl *EnumDecl) { in ParseEnumBody() function in Parser