Lines Matching refs:FieldClassDecl
4301 CXXRecordDecl *FieldClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in MarkBaseAndMemberDestructorsReferenced() local
4302 if (FieldClassDecl->isInvalidDecl()) in MarkBaseAndMemberDestructorsReferenced()
4304 if (FieldClassDecl->hasIrrelevantDestructor()) in MarkBaseAndMemberDestructorsReferenced()
4307 if (FieldClassDecl->isUnion() && FieldClassDecl->isAnonymousStructOrUnion()) in MarkBaseAndMemberDestructorsReferenced()
4310 CXXDestructorDecl *Dtor = LookupDestructor(FieldClassDecl); in MarkBaseAndMemberDestructorsReferenced()
10136 if (CXXRecordDecl *FieldClassDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedCopyAssignmentExceptionSpec() local
10138 LookupCopyingAssignment(FieldClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec()
10532 if (CXXRecordDecl *FieldClassDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedMoveAssignmentExceptionSpec() local
10534 LookupMovingAssignment(FieldClassDecl, in ComputeDefaultedMoveAssignmentExceptionSpec()
10963 if (CXXRecordDecl *FieldClassDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedCopyCtorExceptionSpec() local
10965 LookupCopyingConstructor(FieldClassDecl, in ComputeDefaultedCopyCtorExceptionSpec()