| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Record.h | 70 const CXXDestructorDecl *getDestructor() const { in getDestructor() function 72 return CXXDecl->getDestructor(); in getDestructor()
|
| H A D | ByteCodeExprGen.cpp | 3022 if (const CXXDestructorDecl *Dtor = ElemRecord->getDestructor(); in emitRecordDestruction() 3057 if (const CXXDestructorDecl *Dtor = R->getDestructor(); in emitRecordDestruction()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | UsedDeclVisitor.h | 55 const_cast<CXXDestructorDecl *>(E->getTemporary()->getDestructor())); in VisitCXXBindTemporaryExpr()
|
| H A D | SemaCUDA.cpp | 570 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor() 580 return isEmptyCudaDestructor(Loc, RD->getDestructor()); in isEmptyCudaDestructor() 633 return S.isEmptyCudaDestructor(VD->getLocation(), RD->getDestructor()); in HasAllowedCUDADeviceStaticInitializer()
|
| H A D | SemaExceptionSpec.cpp | 1083 if (auto *Dtor = RD->getDestructor()) { in canVarDeclThrow() 1233 const CXXDestructorDecl *DD = RD->getDestructor(); in canThrow() 1247 canCalleeThrow(*this, BTE, BTE->getTemporary()->getDestructor()); in canThrow()
|
| H A D | SemaCoroutine.cpp | 734 checkDeclNoexcept(Ctor->getParent()->getDestructor(), /*IsDtor=*/true); in checkNoThrow() 746 checkDeclNoexcept(cast<CXXRecordDecl>(T->getDecl())->getDestructor(), in checkNoThrow()
|
| H A D | SemaDeclCXX.cpp | 5900 CXXDestructorDecl *Dtor = ClassDecl->getDestructor(); in MarkBaseAndMemberDestructorsReferenced() 6894 } else if (const auto *DD = D->getDestructor()) { in canPassInRegisters() 7051 CXXDestructorDecl *dtor = Record->getDestructor(); in CheckCompletedCXXClass() 7068 if (const CXXDestructorDecl *dtor = Record->getDestructor()) { in CheckCompletedCXXClass() 7214 if (CXXDestructorDecl *Dtor = Record->getDestructor()) in CheckCompletedCXXClass() 9922 *Selected = RD->getDestructor(); in findTrivialSpecialMember() 14965 UserDeclaredOperation = RD->getDestructor(); in diagnoseDeprecatedCopyOperation() 18663 CXXDestructorDecl *DD = Class->getDestructor(); in MarkVTableUsed() 18672 MarkFunctionReferenced(Loc, Class->getDestructor()); in MarkVTableUsed()
|
| H A D | Sema.cpp | 2220 if (CXXDestructorDecl *DD = RD->getDestructor()) { in checkEscapingByref()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RefCntblBaseVirtualDtorChecker.cpp | 123 const auto *Dtor = C->getDestructor(); in visitCXXRecordDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CXXDeleteChecker.cpp | 123 if (BaseClass->getDestructor()->isVirtual()) in checkTypedDeleteExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 112 const CXXDestructorDecl *BaseD = UniqueBase->getDestructor(); in TryEmitBaseDestructorAsAlias()
|
| H A D | CGDeclCXX.cpp | 111 GlobalDecl(Record->getDestructor(), Dtor_Complete)) || in EmitDeclDestroy() 119 CXXDestructorDecl *Dtor = Record->getDestructor(); in EmitDeclDestroy()
|
| H A D | CGClass.cpp | 511 const CXXDestructorDecl *D = BaseClass->getDestructor(); in Emit() 1351 if (!BaseClassDecl->getDestructor()->hasTrivialBody()) in HasTrivialDestructorBody() 2105 const CXXDestructorDecl *dtor = record->getDestructor(); in destroyCXXObject() 2491 ClassDecl->getDestructor(), in EmitDelegatingCXXConstructorCall() 2532 const CXXDestructorDecl *D = ClassDecl->getDestructor(); in PushDestructorCleanup()
|
| H A D | CGCoroutine.cpp | 162 const auto *Dtor = TE->getTemporary()->getDestructor(); in ResumeStmtCanThrow()
|
| H A D | CGExprCXX.cpp | 1908 auto *Dtor = ElementType->getAsCXXRecordDecl()->getDestructor(); in EmitDestroyingObjectDelete() 1942 Dtor = RD->getDestructor(); in EmitObjectDelete()
|
| H A D | CodeGenModule.cpp | 3856 if (RD->getDestructor() && !RD->getDestructor()->hasAttr<DLLImportAttr>()) in HasNonDllImportDtor() 3918 if (const auto *D = E->getTemporary()->getDestructor()) in VisitCXXBindTemporaryExpr()
|
| H A D | CGBlocks.cpp | 1673 if (const CXXDestructorDecl *DD = RD->getDestructor()) in cxxDestructorCanThrow()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFindingAction.cpp | 175 USRSet.insert(getUSRForDecl(RecordDecl->getDestructor())); in addUSRsOfCtorDtors()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 562 auto *Dtor = getDestructor(); in hasConstexprDestructor() 1972 CXXDestructorDecl *CXXRecordDecl::getDestructor() const { in getDestructor() function in CXXRecordDecl 2118 if (const auto *Dtor = Def->getDestructor()) in isEffectivelyFinal() 2212 CXXMethodDecl *MD = RD->getDestructor(); in getCorrespondingMethodDeclaredInClass()
|
| H A D | JSONNodeDumper.cpp | 1516 if (const CXXDestructorDecl *Dtor = Temp->getDestructor()) in VisitCXXBindTemporaryExpr()
|
| H A D | StmtProfile.cpp | 2031 const_cast<CXXDestructorDecl *>(S->getTemporary()->getDestructor())); in VisitCXXBindTemporaryExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 5114 const CXXDestructorDecl *Dtor = E->getTemporary()->getDestructor(); in VisitCXXBindTemporaryExprForTemporaryDtors() 5329 return classDecl->getDestructor(); in getDestructorDecl() 5337 return classDecl->getDestructor(); in getDestructorDecl() 5343 return temp->getDestructor(); in getDestructorDecl() 5355 return classDecl->getDestructor(); in getDestructorDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 869 const CXXDestructorDecl *DtorDecl = RecordDecl->getDestructor(); in VisitCXXDestructor()
|
| H A D | ExprEngine.cpp | 1424 const CXXDestructorDecl *Dtor = RD->getDestructor(); in ProcessDeleteDtor() 1434 return RD->getDestructor(); in ProcessDeleteDtor()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 1539 CXXDestructorDecl *getDestructor() const;
|