Home | History | Annotate | Download | only in AST

Lines Matching defs:TotalSize

206   unsigned TotalSize = Array + hasInitializer + NumPlacementArgs;
207 SubExprs = new (C) Stmt*[TotalSize];