Searched refs:FieldRecDecl (Results 1 – 2 of 2) sorted by relevance
302 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(FieldType->getDecl()); in inferCUDATargetForImplicitSpecialMember() local304 LookupSpecialMember(FieldRecDecl, CSM, in inferCUDATargetForImplicitSpecialMember()
5277 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in defaultedSpecialMemberIsConstexpr() local5278 if (!specialMemberIsConstexpr(S, FieldRecDecl, CSM, in defaultedSpecialMemberIsConstexpr()9018 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in ComputeDefaultedDefaultCtorExceptionSpec() local9019 CXXConstructorDecl *Constructor = LookupDefaultConstructor(FieldRecDecl); in ComputeDefaultedDefaultCtorExceptionSpec()9076 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in ComputeInheritingCtorExceptionSpec() local9077 CXXConstructorDecl *Constructor = LookupDefaultConstructor(FieldRecDecl); in ComputeInheritingCtorExceptionSpec()11144 if (CXXRecordDecl *FieldRecDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedMoveCtorExceptionSpec() local11146 LookupMovingConstructor(FieldRecDecl, FieldType.getCVRQualifiers()); in ComputeDefaultedMoveCtorExceptionSpec()