Lines Matching defs:ExprWithCleanups
1422 ExprWithCleanups::ExprWithCleanups(Expr *subexpr,
1432 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C, Expr *subexpr,
1436 alignof(ExprWithCleanups));
1438 ExprWithCleanups(subexpr, CleanupsHaveSideEffects, objects);
1441 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects)
1446 ExprWithCleanups *ExprWithCleanups::Create(const ASTContext &C,
1450 alignof(ExprWithCleanups));
1451 return new (buffer) ExprWithCleanups(empty, numObjects);