reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
 1603       if (allocatorType->getNumParams() > 1) {
 1604         AlignValT = allocatorType->getParamType(1);
 1620     EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(),
 1624       EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs);