Searched refs:FieldRecDecl (Results 1 – 2 of 2) sorted by relevance
212 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(FieldType->getDecl()); in inferCUDATargetForImplicitSpecialMember() local214 LookupSpecialMember(FieldRecDecl, CSM, in inferCUDATargetForImplicitSpecialMember()
5056 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in defaultedSpecialMemberIsConstexpr() local5057 if (!specialMemberIsConstexpr(S, FieldRecDecl, CSM, in defaultedSpecialMemberIsConstexpr()8673 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in ComputeDefaultedDefaultCtorExceptionSpec() local8674 CXXConstructorDecl *Constructor = LookupDefaultConstructor(FieldRecDecl); in ComputeDefaultedDefaultCtorExceptionSpec()8740 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in ComputeInheritingCtorExceptionSpec() local8741 CXXConstructorDecl *Constructor = LookupDefaultConstructor(FieldRecDecl); in ComputeInheritingCtorExceptionSpec()10862 if (CXXRecordDecl *FieldRecDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedMoveCtorExceptionSpec() local10864 LookupMovingConstructor(FieldRecDecl, FieldType.getCVRQualifiers()); in ComputeDefaultedMoveCtorExceptionSpec()