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