Searched refs:FieldRecDecl (Results 1 – 2 of 2) sorted by relevance
373 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(FieldType->getDecl()); in inferCUDATargetForImplicitSpecialMember() local375 LookupSpecialMember(FieldRecDecl, CSM, in inferCUDATargetForImplicitSpecialMember()
5155 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in defaultedSpecialMemberIsConstexpr() local5156 if (!specialMemberIsConstexpr(S, FieldRecDecl, CSM, in defaultedSpecialMemberIsConstexpr()8772 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in ComputeDefaultedDefaultCtorExceptionSpec() local8773 CXXConstructorDecl *Constructor = LookupDefaultConstructor(FieldRecDecl); in ComputeDefaultedDefaultCtorExceptionSpec()8839 CXXRecordDecl *FieldRecDecl = cast<CXXRecordDecl>(RecordTy->getDecl()); in ComputeInheritingCtorExceptionSpec() local8840 CXXConstructorDecl *Constructor = LookupDefaultConstructor(FieldRecDecl); in ComputeInheritingCtorExceptionSpec()11013 if (CXXRecordDecl *FieldRecDecl = FieldType->getAsCXXRecordDecl()) { in ComputeDefaultedMoveCtorExceptionSpec() local11015 LookupMovingConstructor(FieldRecDecl, FieldType.getCVRQualifiers()); in ComputeDefaultedMoveCtorExceptionSpec()