Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DVTableBuilder.h127 return getDestructorDecl(); in getFunctionDecl()
131 const CXXDestructorDecl *getDestructorDecl() const { in getDestructorDecl() function
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h215 AD.getDestructorDecl(ACtx->getASTContext())); in walk()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp1353 DTor.getDestructorDecl(AC.getASTContext()), in run()
1365 DTor.getDestructorDecl(AC.getASTContext()), in run()
H A DThreadSafety.cpp2409 const auto *DD = AD.getDestructorDecl(AC.getASTContext()); in runAnalysis()
2426 const auto *DD = TD.getDestructorDecl(AC.getASTContext()); in runAnalysis()
H A DCFG.cpp5283 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl() function in CFGImplicitDtor
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp1174 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
1999 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
3189 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1325 const auto *DtorDecl = Dtor.getDestructorDecl(getContext()); in ProcessAutomaticObjDtor()
1488 const auto *DtorDecl = D.getDestructorDecl(getContext()); in ProcessMemberDtor()
1566 PostImplicitCall PP(D.getDestructorDecl(getContext()), in ProcessTemporaryDtor()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h374 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;