Home
last modified time | relevance | path

Searched refs:getDestructorDecl (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h127 return getDestructorDecl(); in getFunctionDecl()
131 const CXXDestructorDecl *getDestructorDecl() const { in getDestructorDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h215 AD.getDestructorDecl(ACtx->getASTContext())); in walk()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1208 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
2069 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
3285 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1340 const auto *DtorDecl = Dtor.getDestructorDecl(getContext()); in ProcessAutomaticObjDtor()
1507 const auto *DtorDecl = D.getDestructorDecl(getContext()); in ProcessMemberDtor()
1587 PostImplicitCall PP(D.getDestructorDecl(getContext()), in ProcessTemporaryDtor()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h376 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5288 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl() function in CFGImplicitDtor