Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp662 static bool HandleDestruction(EvalInfo &Info, const Expr *E,
664 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc,
692 return HandleDestruction(Info, Loc, Base, *Value.getPointer(), T); in endLifetime()
6538 static bool HandleDestruction(EvalInfo &Info, const Expr *E, in HandleDestruction() function
6546 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, in HandleDestruction() function
7554 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr()
7677 return HandleDestruction(Info, E, *This, in handleCallExpr()
14455 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr()
14795 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()