Home
last modified time | relevance | path

Searched refs:getDestructorDecl (Results 1 – 8 of 8) 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.h216 AD.getDestructorDecl(ACtx->getASTContext())); in walk()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1349 DTor.getDestructorDecl(AC.getASTContext()), in run()
1361 DTor.getDestructorDecl(AC.getASTContext()), in run()
H A DThreadSafety.cpp2661 const auto *DD = AD.getDestructorDecl(AC.getASTContext()); in runAnalysis()
2687 const auto *DD = TD.getDestructorDecl(AC.getASTContext()); in runAnalysis()
H A DCFG.cpp5397 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl() function in CFGImplicitDtor
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1209 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
2071 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
3287 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1341 const auto *DtorDecl = Dtor.getDestructorDecl(getContext()); in ProcessAutomaticObjDtor()
1508 const auto *DtorDecl = D.getDestructorDecl(getContext()); in ProcessMemberDtor()
1588 PostImplicitCall PP(D.getDestructorDecl(getContext()), in ProcessTemporaryDtor()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h377 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;