Searched refs:HandleDestruction (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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() 6546 static bool HandleDestruction(EvalInfo &Info, const Expr *E, in HandleDestruction() function 6554 static bool HandleDestruction(EvalInfo &Info, SourceLocation Loc, in HandleDestruction() function 7565 HandleDestruction(Info, PDE, ThisVal, PDE->getDestroyedType()); in handleCallExpr() 7688 return HandleDestruction(Info, E, *This, in handleCallExpr() 14463 if (!HandleDestruction(Info, E->getExprLoc(), Pointer.getLValueBase(), in VisitCXXDeleteExpr() 14806 if (!HandleDestruction(Info, Loc, Base, DestroyedValue, Type) || in EvaluateDestruction()
|