Lines Matching defs:Record
817 QualType RebuildRecordType(RecordDecl *Record) {
818 return SemaRef.Context.getTypeDeclType(Record);
2049 // field is always of record type.
2052 "unnamed member not of record type?");
3259 // Record right away that the argument was changed. This needs
5189 RecordDecl *Record
5192 if (!Record)
5197 Record != T->getDecl()) {
5198 Result = getDerived().RebuildRecordType(Record);
9182 CXXRecordDecl *Record = cast<CXXRecordDecl>(RecordT->getDecl());
9183 if (CXXDestructorDecl *Destructor = SemaRef.LookupDestructor(Record)) {
9259 CXXRecordDecl *Record = cast<CXXRecordDecl>(DestroyedRec->getDecl());
9261 SemaRef.LookupDestructor(Record));
10663 // Record right away that the argument was changed. This needs