Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h136 const CXXDestructorDecl *getDestructorDecl() const { in getDestructorDecl() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGVTables.cpp561 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Complete); in CreateVTableInitializer()
564 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Deleting); in CreateVTableInitializer()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h196 AD.getDestructorDecl(ACtx->getASTContext())); in walk()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDConsumed.cpp1402 DTor.getDestructorDecl(AC.getASTContext()), in run()
1414 DTor.getDestructorDecl(AC.getASTContext()), in run()
HDCFG.cpp3797 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl() function in CFGImplicitDtor
3840 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext)) in isNoReturn()
HDThreadSafety.cpp2303 AD.getDestructorDecl(AC.getASTContext())); in runAnalysis()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp1191 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
2018 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
3214 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.h180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;