Lines Matching refs:FieldClassDecl
4312 CXXRecordDecl *FieldClassDecl = cast<CXXRecordDecl>(RT->getDecl()); in MarkBaseAndMemberDestructorsReferenced() local
4313 if (FieldClassDecl->isInvalidDecl()) in MarkBaseAndMemberDestructorsReferenced()
4315 if (FieldClassDecl->hasIrrelevantDestructor()) in MarkBaseAndMemberDestructorsReferenced()
4318 if (FieldClassDecl->isUnion() && FieldClassDecl->isAnonymousStructOrUnion()) in MarkBaseAndMemberDestructorsReferenced()
4321 CXXDestructorDecl *Dtor = LookupDestructor(FieldClassDecl); in MarkBaseAndMemberDestructorsReferenced()
10007 if (CXXRecordDecl *FieldClassDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedCopyAssignmentExceptionSpec() local
10009 LookupCopyingAssignment(FieldClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec()
10402 if (CXXRecordDecl *FieldClassDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedMoveAssignmentExceptionSpec() local
10404 LookupMovingAssignment(FieldClassDecl, in ComputeDefaultedMoveAssignmentExceptionSpec()
10832 if (CXXRecordDecl *FieldClassDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedCopyCtorExceptionSpec() local
10834 LookupCopyingConstructor(FieldClassDecl, in ComputeDefaultedCopyCtorExceptionSpec()