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