Home
last modified time | relevance | path

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

12

/external/llvm-project/clang/lib/Sema/
DUsedDeclVisitor.h70 QualType DestroyedOrNull = E->getDestroyedType(); in VisitCXXDeleteExpr()
DSemaExceptionSpec.cpp1210 QualType DTy = DE->getDestroyedType(); in canThrow()
DTreeTransform.h11608 E->getDestroyedType()); in TransformCXXDeleteExpr()
/external/llvm-project/clang/lib/AST/
DComputeDependence.cpp634 if (!E->getDestroyedType().isNull()) in computeDependence()
635 D |= toExprDependence(E->getDestroyedType()->getDependence()); in computeDependence()
DExprCXX.cpp286 QualType CXXDeleteExpr::getDestroyedType() const { in getDestroyedType() function in CXXDeleteExpr
333 QualType CXXPseudoDestructorExpr::getDestroyedType() const { in getDestroyedType() function in CXXPseudoDestructorExpr
DStmtProfile.cpp1909 VisitType(S->getDestroyedType()); in VisitCXXPseudoDestructorExpr()
DStmtPrinter.cpp2151 E->getDestroyedType().print(OS, Policy); in VisitCXXPseudoDestructorExpr()
DItaniumMangle.cpp4151 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()
/external/clang/lib/AST/
DExprCXX.cpp144 QualType CXXDeleteExpr::getDestroyedType() const { in getDestroyedType() function in CXXDeleteExpr
197 QualType CXXPseudoDestructorExpr::getDestroyedType() const { in getDestroyedType() function in CXXPseudoDestructorExpr
DStmtProfile.cpp1388 VisitType(S->getDestroyedType()); in VisitCXXPseudoDestructorExpr()
DStmtPrinter.cpp2204 E->getDestroyedType().print(OS, Policy); in VisitCXXPseudoDestructorExpr()
DItaniumMangle.cpp3411 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1032 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow()
DTreeTransform.h9564 E->getDestroyedType()); in TransformCXXDeleteExpr()
DSemaExpr.cpp14162 QualType Destroyed = S.Context.getBaseElementType(E->getDestroyedType()); in VisitCXXDeleteExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprCXX.cpp121 QualType DestroyedType = E->getDestroyedType(); in EmitCXXPseudoDestructorExpr()
2072 QualType DeleteTy = E->getDestroyedType(); in EmitCXXDeleteExpr()
DItaniumCXXABI.cpp1953 ThisTy = D->getDestroyedType(); in EmitVirtualDestructorCall()
DMicrosoftCXXABI.cpp1977 ThisTy = D->getDestroyedType(); in EmitVirtualDestructorCall()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp621 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor()
632 VisitCXXDestructor(DE->getDestroyedType(), in ProcessDeleteDtor()
/external/clang/include/clang/AST/
DExprCXX.h2062 QualType getDestroyedType() const;
2235 QualType getDestroyedType() const;
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h2436 QualType getDestroyedType() const;
2612 QualType getDestroyedType() const;
/external/clang/lib/Analysis/
DCFG.cpp3585 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr()
3916 QualType DTy = DE->getDestroyedType(); in getDestructorDecl()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp4578 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr()
5040 QualType DTy = DE->getDestroyedType(); in getDestructorDecl()
/external/clang/lib/CodeGen/
DCGExpr.cpp3757 QualType DestroyedType = PseudoDtor->getDestroyedType(); in EmitCallExpr()
3786 PseudoDtor->getDestroyedType().isVolatileQualified()), in EmitCallExpr()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp992 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor()

12