Searched refs:allocatorType (Results 1 – 1 of 1) sorted by relevance
1606 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local1623 if (allocatorType->getNumParams() > 1) { in EmitCXXNewExpr()1624 AlignValT = allocatorType->getParamType(1); in EmitCXXNewExpr()1640 EmitCallArgs(allocatorArgs, allocatorType, E->placement_arguments(), in EmitCXXNewExpr()1644 EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()