Searched refs:allocatorType (Results 1 – 1 of 1) sorted by relevance
1199 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local1229 for (unsigned i = 1, e = allocatorType->getNumArgs(); i != e; in EmitCXXNewExpr()1231 QualType argType = allocatorType->getArgType(i); in EmitCXXNewExpr()1243 allocatorType->isVariadic()) && in EmitCXXNewExpr()1261 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()1269 bool nullCheck = allocatorType->isNothrow(getContext()) && in EmitCXXNewExpr()