Member predicate NewOrNewArrayExpr::getPlacementPointer
Gets the pointer p
if this expression is of the form new(p) T...
.
Invocations of this form are non-allocating new
expressions that may
call the constructor of T
but will not allocate memory.