Searched refs:HandleDestruction (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 665 static bool HandleDestruction(EvalInfo &Info, const Expr *E, 667 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, 695 return HandleDestruction(Info, Loc, Base, *Value.getPointer(), T); in endLifetime() 6628 static bool HandleDestruction(EvalInfo &Info, const Expr *E, in HandleDestruction() function 6636 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, in HandleDestruction() function 7647 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr() 7779 return HandleDestruction(Info, E, *This, in handleCallExpr() 14733 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr() 15076 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
|