Home
last modified time | relevance | path

Searched refs:getDestroyedType (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DUsedDeclVisitor.h70 QualType DestroyedOrNull = E->getDestroyedType(); in VisitCXXDeleteExpr()
H A DSemaExceptionSpec.cpp1218 QualType DTy = DE->getDestroyedType(); in canThrow()
H A DTreeTransform.h12381 E->getDestroyedType()); in TransformCXXDeleteExpr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp288 QualType CXXDeleteExpr::getDestroyedType() const { in getDestroyedType() function in CXXDeleteExpr
335 QualType CXXPseudoDestructorExpr::getDestroyedType() const { in getDestroyedType() function in CXXPseudoDestructorExpr
H A DStmtProfile.cpp2063 VisitType(S->getDestroyedType()); in VisitCXXPseudoDestructorExpr()
H A DStmtPrinter.cpp2321 E->getDestroyedType().print(OS, Policy); in VisitCXXPseudoDestructorExpr()
H A DItaniumMangle.cpp4492 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()
H A DExprConstant.cpp7660 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp124 QualType DestroyedType = E->getDestroyedType(); in EmitCXXPseudoDestructorExpr()
2078 QualType DeleteTy = E->getDestroyedType(); in EmitCXXDeleteExpr()
H A DMicrosoftCXXABI.cpp2002 ThisTy = D->getDestroyedType(); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp1991 ThisTy = D->getDestroyedType(); in EmitVirtualDestructorCall()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2521 QualType getDestroyedType() const;
2697 QualType getDestroyedType() const;
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp4862 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr()
5324 QualType DTy = DE->getDestroyedType(); in getDestructorDecl()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1399 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor()