Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp720 static bool HandleDestruction(EvalInfo &Info, const Expr *E,
722 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc,
750 return HandleDestruction(Info, Loc, Base, *Value.getPointer(), T); in endLifetime()
7105 static bool HandleDestruction(EvalInfo &Info, const Expr *E, in HandleDestruction() function
7113 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, in HandleDestruction() function
8313 HandleDestruction(Info, PDE, ObjectArg, PDE->getDestroyedType()); in handleCallExpr()
8459 return HandleDestruction(Info, E, *This, in handleCallExpr()
16601 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr()
16985 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()