Lines Matching defs:ExprWithCleanups
1423 ExprWithCleanups::ExprWithCleanups(Expr *subexpr,
1433 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr,
1437 alignof(ExprWithCleanups));
1439 ExprWithCleanups(subexpr, CleanupsHaveSideEffects, objects);
1442 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects)
1447 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C,
1451 alignof(ExprWithCleanups));
1452 return new (buffer) ExprWithCleanups(empty, numObjects);