Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp222 QualType CXXDeleteExpr::getDestroyedType() const { in getDestroyedType() function in CXXDeleteExpr
290 QualType CXXPseudoDestructorExpr::getDestroyedType() const { in getDestroyedType() function in CXXPseudoDestructorExpr
H A DStmtProfile.cpp1708 VisitType(S->getDestroyedType()); in VisitCXXPseudoDestructorExpr()
H A DStmtPrinter.cpp2014 E->getDestroyedType().print(OS, Policy); in VisitCXXPseudoDestructorExpr()
H A DItaniumMangle.cpp3741 QualType DestroyedType = PDE->getDestroyedType(); in mangleExpression()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp109 QualType DestroyedType = E->getDestroyedType(); in EmitCXXPseudoDestructorExpr()
2011 QualType DeleteTy = E->getDestroyedType(); in EmitCXXDeleteExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1132 QualType DTy = cast<CXXDeleteExpr>(E)->getDestroyedType(); in canThrow()
H A DTreeTransform.h10371 E->getDestroyedType()); in TransformCXXDeleteExpr()
H A DSemaExpr.cpp15893 QualType Destroyed = S.Context.getBaseElementType(E->getDestroyedType()); in VisitCXXDeleteExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2219 QualType getDestroyedType() const;
2391 QualType getDestroyedType() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4347 QualType DTy = DE->getDestroyedType(); in VisitCXXDeleteExpr()
4709 QualType DTy = DE->getDestroyedType(); in getDestructorDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp941 QualType DTy = DE->getDestroyedType(); in ProcessDeleteDtor()