Searched refs:ParseStructUnionBody (Results 1 – 3 of 3) sorted by relevance
2356 void ParseStructUnionBody(SourceLocation StartLoc, DeclSpec::TST TagType,
1996 ParseStructUnionBody(StartLoc, TagType, cast<RecordDecl>(D)); in ParseClassSpecifier()
4256 void Parser::ParseStructUnionBody(SourceLocation RecordLoc, in ParseStructUnionBody() function in Parser