Searched refs:allocatorType (Results 1 – 1 of 1) sorted by relevance
1125 const FunctionProtoType *allocatorType = in EmitCXXNewExpr() local1155 for (unsigned i = 1, e = allocatorType->getNumArgs(); i != e; in EmitCXXNewExpr()1157 QualType argType = allocatorType->getArgType(i); in EmitCXXNewExpr()1169 allocatorType->isVariadic()) && in EmitCXXNewExpr()1187 RV = EmitNewDeleteCall(*this, allocator, allocatorType, allocatorArgs); in EmitCXXNewExpr()1195 bool nullCheck = allocatorType->isNothrow(getContext()) && in EmitCXXNewExpr()