Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp41 else if (const auto *DtorDecl = dyn_cast<CXXDestructorDecl>(FoundDecl)) in getCanonicalSymbolDeclaration() local
/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.cpp839 const CXXDestructorDecl *DtorDecl = RecordDecl->getDestructor(); in VisitCXXDestructor() local
H A DExprEngineCallAndReturn.cpp280 if (const auto *DtorDecl = in processCallExit() local
H A DExprEngine.cpp1341 const auto *DtorDecl = Dtor.getDestructorDecl(getContext()); in ProcessAutomaticObjDtor() local
1508 const auto *DtorDecl = D.getDestructorDecl(getContext()); in ProcessMemberDtor() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp105 const CXXMethodDecl *DtorDecl = cast<CXXMethodDecl>(Dtor.getDecl()); in EmitCXXDestructorCall() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3943 if (const CXXDestructorDecl *DtorDecl = in VisitCXXBindTemporaryExpr() local