Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DUsedDeclVisitor.h70 QualType DestroyedOrNull = E->getDestroyedType(); in VisitCXXDeleteExpr()
H A DSemaExceptionSpec.cpp1212 QualType DTy = DE->getDestroyedType(); in canThrow()
H A DTreeTransform.h11925 E->getDestroyedType()); in TransformCXXDeleteExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp682 if (!E->getDestroyedType().isNull()) in computeDependence()
683 D |= toExprDependence(E->getDestroyedType()->getDependence()); in computeDependence()
H A DExprCXX.cpp287 QualType CXXDeleteExpr::getDestroyedType() const { in getDestroyedType() function in CXXDeleteExpr
334 QualType CXXPseudoDestructorExpr::getDestroyedType() const { in getDestroyedType() function in CXXPseudoDestructorExpr
H A DStmtProfile.cpp1987 VisitType(S->getDestroyedType()); in VisitCXXPseudoDestructorExpr()
H A DStmtPrinter.cpp2150 E->getDestroyedType().print(OS, Policy); in VisitCXXPseudoDestructorExpr()
H A DItaniumMangle.cpp4418 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()
H A DExprConstant.cpp7568 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp122 QualType DestroyedType = E->getDestroyedType(); in EmitCXXPseudoDestructorExpr()
2080 QualType DeleteTy = E->getDestroyedType(); in EmitCXXDeleteExpr()
H A DMicrosoftCXXABI.cpp1988 ThisTy = D->getDestroyedType(); in EmitVirtualDestructorCall()
H A DItaniumCXXABI.cpp2030 ThisTy = D->getDestroyedType(); in EmitVirtualDestructorCall()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2446 QualType getDestroyedType() const;
2622 QualType getDestroyedType() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp4591 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr()
5053 QualType DTy = DE->getDestroyedType(); in getDestructorDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp992 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor()