Searched refs:PointeeRD (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3453 CXXRecordDecl *PointeeRD = nullptr;
3470 PointeeRD = cast<CXXRecordDecl>(RT->getDecl());
3484 if (PointeeRD) {
3486 FindDeallocationFunction(StartLoc, PointeeRD, DeleteName,
3508 if (!PointeeRD->hasIrrelevantDestructor())
3509 if (CXXDestructorDecl *Dtor = LookupDestructor(PointeeRD)) {
3516 CheckVirtualDtorCall(PointeeRD->getDestructor(), StartLoc,
3544 if (PointeeRD) {
3545 if (CXXDestructorDecl *Dtor = LookupDestructor(PointeeRD)) {
3725 const CXXRecordDecl *PointeeRD
[all...]
H A DSemaCoroutine.cpp1028 auto *PointeeRD = PromiseType->getAsCXXRecordDecl(); local
1029 assert(PointeeRD && "PromiseType must be a CxxRecordDecl type");
1031 if (S.FindDeallocationFunction(Loc, PointeeRD, DeleteName, OperatorDelete))

Completed in 122 milliseconds