Home | History | Annotate | Download | only in Sema

Lines Matching full:anonrecord

3715                                  RecordDecl *&AnonRecord) {
3717 AnonRecord);
3827 RecordDecl *&AnonRecord) {
3935 AnonRecord = Record;
4113 /// anonymous struct or union AnonRecord into the owning context Owner
4130 RecordDecl *AnonRecord, AccessSpecifier AS,
4135 for (auto *D : AnonRecord->decls()) {
4141 AnonRecord->isUnion())) {