Lines Matching refs:Mem

321   void *Mem =
323 return new (Mem) CompoundStmt(Stmts, LB, RB);
328 void *Mem =
330 CompoundStmt *New = new (Mem) CompoundStmt(EmptyShell());
360 void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(Attrs.size()),
362 return new (Mem) AttributedStmt(Loc, Attrs, SubStmt);
368 void *Mem = C.Allocate(totalSizeToAlloc<const Attr *>(NumAttrs),
370 return new (Mem) AttributedStmt(EmptyShell(), NumAttrs);
870 void *Mem = Ctx.Allocate(
874 return new (Mem)
880 void *Mem = Ctx.Allocate(
884 return new (Mem) IfStmt(EmptyShell(), HasElse, HasVar, HasInit);
980 void *Mem = Ctx.Allocate(
983 return new (Mem) SwitchStmt(Ctx, Init, Var, Cond);
988 void *Mem = Ctx.Allocate(
991 return new (Mem) SwitchStmt(EmptyShell(), HasInit, HasVar);
1037 void *Mem =
1040 return new (Mem) WhileStmt(Ctx, Var, Cond, Body, WL);
1044 void *Mem =
1047 return new (Mem) WhileStmt(EmptyShell(), HasVar);
1096 void *Mem = Ctx.Allocate(totalSizeToAlloc<const VarDecl *>(HasNRVOCandidate),
1098 return new (Mem) ReturnStmt(RL, E, NRVOCandidate);
1103 void *Mem = Ctx.Allocate(totalSizeToAlloc<const VarDecl *>(HasNRVOCandidate),
1105 return new (Mem) ReturnStmt(EmptyShell(), HasNRVOCandidate);
1113 void *Mem = Ctx.Allocate(
1117 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc);
1122 void *Mem = Ctx.Allocate(
1126 return new (Mem) CaseStmt(EmptyShell(), CaseStmtIsGNURange);
1272 void *Mem = Context.Allocate(Size);
1273 return new (Mem) CapturedStmt(S, Kind, Captures, CaptureInits, CD, RD);
1285 void *Mem = Context.Allocate(Size);
1286 return new (Mem) CapturedStmt(EmptyShell(), NumCaptures);