Home | History | Annotate | Download | only in AST

Lines Matching refs:SubExprs

152     SubExprs(nullptr), OperatorNew(operatorNew), OperatorDelete(operatorDelete),
169 SubExprs[i++] = arraySize;
179 SubExprs[i++] = initializer;
188 SubExprs[i++] = placementArgs[j];
205 assert(SubExprs == nullptr && "SubExprs already allocated");
210 SubExprs = new (C) Stmt*[TotalSize];