Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h132 return getDestructorDecl(); in getFunctionDecl()
136 const CXXDestructorDecl *getDestructorDecl() const { in getDestructorDecl() function
/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h126 return getDestructorDecl(); in getFunctionDecl()
130 const CXXDestructorDecl *getDestructorDecl() const { in getDestructorDecl() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h196 AD.getDestructorDecl(ACtx->getASTContext())); in walk()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h213 AD.getDestructorDecl(ACtx->getASTContext())); in walk()
/external/clang/lib/CodeGen/
DCGVTables.cpp575 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Complete); in CreateVTableInitializer()
578 GD = GlobalDecl(Component.getDestructorDecl(), Dtor_Deleting); in CreateVTableInitializer()
/external/llvm-project/clang/lib/Analysis/
DConsumed.cpp1353 DTor.getDestructorDecl(AC.getASTContext()), in run()
1365 DTor.getDestructorDecl(AC.getASTContext()), in run()
DThreadSafety.cpp2492 const auto *DD = AD.getDestructorDecl(AC.getASTContext()); in runAnalysis()
DCFG.cpp4999 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl() function in CFGImplicitDtor
/external/llvm-project/clang/lib/CodeGen/
DCGVTables.cpp740 GD = GlobalDecl(component.getDestructorDecl(), Dtor_Complete); in addVTableComponent()
743 GD = GlobalDecl(component.getDestructorDecl(), Dtor_Deleting); in addVTableComponent()
/external/clang/lib/Analysis/
DConsumed.cpp1395 DTor.getDestructorDecl(AC.getASTContext()), in run()
1407 DTor.getDestructorDecl(AC.getASTContext()), in run()
DCFG.cpp3895 CFGImplicitDtor::getDestructorDecl(ASTContext &astContext) const { in getDestructorDecl() function in CFGImplicitDtor
3938 if (const CXXDestructorDecl *DD = getDestructorDecl(astContext)) in isNoReturn()
DThreadSafety.cpp2308 AD.getDestructorDecl(AC.getASTContext())); in runAnalysis()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp1172 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
1998 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
3190 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
/external/clang/lib/AST/
DVTableBuilder.cpp1175 MD = Component.getDestructorDecl(); in ComputeThisAdjustments()
1992 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
3167 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout()
/external/clang/include/clang/Analysis/
DCFG.h180 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h374 const CXXDestructorDecl *getDestructorDecl(ASTContext &astContext) const;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1093 PostImplicitCall PP(D.getDestructorDecl(getContext()), in ProcessTemporaryDtor()