Home | History | Annotate | Download | only in Sema

Lines Matching defs:newBuffer

4044     char *newBuffer = new char[newCapacity * sizeof(DelayedDiagnostic)];
4048 memcpy(newBuffer, oldBuffer, StackCapacity * sizeof(DelayedDiagnostic));
4051 Stack = reinterpret_cast<sema::DelayedDiagnostic*>(newBuffer);