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())) {
395 // Loop all record redeclaration looking for an uuid attribute.
773 const RecordType *record =
775 if (!record) return false;
782 S.LookupQualifiedName(ops, record->getDecl());
1270 CXXRecordDecl *Record
1273 AllocArgs.size(), Record, /*AllowMissing=*/true,
1785 if (const RecordType *Record = Type->getAs<RecordType>()) {
1792 CXXRecordDecl *RD = cast<CXXRecordDecl>(Record->getDecl());
2973 if (const RecordType *Record = T->getAs<RecordType>()) {
2974 CXXRecordDecl *RD = cast<CXXRecordDecl>(Record->getDecl());
4242 // We could end up with various non-record types here, such as extended
4437 // record types and dependent types matter.