Home | History | Annotate | Download | only in Sema

Lines Matching refs:record

186           if (CXXRecordDecl *Record = dyn_cast<CXXRecordDecl>(Ctx))
187 MemberOfType = Context.getTypeDeclType(Record);
199 if (const RecordType *Record = MemberOfType->getAs<RecordType>()) {
201 = dyn_cast<ClassTemplateSpecializationDecl>(Record->getDecl())) {
389 // Loop all record redeclaration looking for an uuid attribute.
782 const RecordType *record =
784 if (!record) return false;
791 S.LookupQualifiedName(ops, record->getDecl());
1274 CXXRecordDecl *Record
1277 AllocArgs.size(), Record, /*AllowMissing=*/true,
1790 if (const RecordType *Record = Type->getAs<RecordType>()) {
1797 CXXRecordDecl *RD = cast<CXXRecordDecl>(Record->getDecl());
2932 if (const RecordType *Record = T->getAs<RecordType>()) {
2933 CXXRecordDecl *RD = cast<CXXRecordDecl>(Record->getDecl());
4199 // We could end up with various non-record types here, such as extended
4394 // record types and dependent types matter.