Home | History | Annotate | Download | only in AST

Lines Matching refs:SubExprs

149     SubExprs(nullptr), OperatorNew(operatorNew), OperatorDelete(operatorDelete),
166 SubExprs[i++] = arraySize;
176 SubExprs[i++] = initializer;
185 SubExprs[i++] = placementArgs[j];
202 assert(SubExprs == nullptr && "SubExprs already allocated");
207 SubExprs = new (C) Stmt*[TotalSize];