Lines Matching full:anonrecord
1564 RecordDecl *AnonRecord = nullptr;1566 DS, AnonRecord);1568 if (AnonRecord) {1569 Decl* decls[] = {AnonRecord, TheDecl};3602 RecordDecl *AnonRecord = nullptr;3604 DS, AnonRecord);3605 assert(!AnonRecord && "Did not expect anonymous struct or union here");