Home
last modified time | relevance | path

Searched defs:DtorDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h157 auto *DtorDecl = dyn_cast<CXXDestructorDecl>(getFunctionDecl()); in getGlobalDecl() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp869 const CXXDestructorDecl *DtorDecl = RecordDecl->getDestructor(); in VisitCXXDestructor() local
H A DExprEngineCallAndReturn.cpp285 if (const auto *DtorDecl = in processCallExit() local
H A DExprEngine.cpp1340 const auto *DtorDecl = Dtor.getDestructorDecl(getContext()); in ProcessAutomaticObjDtor() local
1507 const auto *DtorDecl = D.getDestructorDecl(getContext()); in ProcessMemberDtor() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp104 const CXXMethodDecl *DtorDecl = cast<CXXMethodDecl>(Dtor.getDecl()); in EmitCXXDestructorCall() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3916 if (const CXXDestructorDecl *DtorDecl = in VisitCXXBindTemporaryExpr() local