Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h11846 E->getDestroyedType()); in TransformCXXDeleteExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp678 if (!E->getDestroyedType().isNull()) in computeDependence()
679 D |= toExprDependence(E->getDestroyedType()->getDependence()); in computeDependence()
H A DExprCXX.cpp286 QualType CXXDeleteExpr::getDestroyedType() const { in getDestroyedType() function in CXXDeleteExpr
333 QualType CXXPseudoDestructorExpr::getDestroyedType() const { in getDestroyedType() function in CXXPseudoDestructorExpr
H A DStmtProfile.cpp1970 VisitType(S->getDestroyedType()); in VisitCXXPseudoDestructorExpr()
H A DStmtPrinter.cpp2137 E->getDestroyedType().print(OS, Policy); in VisitCXXPseudoDestructorExpr()
H A DItaniumMangle.cpp4408 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()
H A DExprConstant.cpp7565 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp122 QualType DestroyedType = E->getDestroyedType(); in EmitCXXPseudoDestructorExpr()
2077 QualType DeleteTy = E->getDestroyedType(); in EmitCXXDeleteExpr()
H A DItaniumCXXABI.cpp2016 ThisTy = D->getDestroyedType(); in EmitVirtualDestructorCall()
H A DMicrosoftCXXABI.cpp1988 ThisTy = D->getDestroyedType(); in EmitVirtualDestructorCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2446 QualType getDestroyedType() const;
2622 QualType getDestroyedType() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp4584 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr()
5046 QualType DTy = DE->getDestroyedType(); in getDestructorDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp992 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor()