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