Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h127 return getDestructorDecl(); in getFunctionDecl()
131 const CXXDestructorDecl *getDestructorDecl() const { in getDestructorDecl() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h214 AD.getDestructorDecl(ACtx->getASTContext())); in walk()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTables.cpp626 GD = GlobalDecl(component.getDestructorDecl(), Dtor_Complete); in addVTableComponent()
629 GD = GlobalDecl(component.getDestructorDecl(), Dtor_Deleting); in addVTableComponent()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp1354 DTor.getDestructorDecl(AC.getASTContext()), in run()
1366 DTor.getDestructorDecl(AC.getASTContext()), in run()
H A DCFG.cpp4672 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl() function in CFGImplicitDtor
4730 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext)) in isNoReturn()
H A DThreadSafety.cpp2473 const auto *DD = AD.getDestructorDecl(AC.getASTContext()); in runAnalysis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp1164 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
1984 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
3143 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h369 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1041 PostImplicitCall PP(D.getDestructorDecl(getContext()), in ProcessTemporaryDtor()