Home | History | Annotate | Download | only in Sema

Lines Matching refs:OperatorNew

1239   FunctionDecl *OperatorNew = 0;
1250 NumPlaceArgs, OperatorNew, OperatorDelete))
1261 if (OperatorNew) {
1264 OperatorNew->getType()->getAs<FunctionProtoType>();
1268 if (GatherArgumentsForCall(PlacementLParen, OperatorNew,
1277 DiagnoseSentinelCalls(OperatorNew, PlacementLParen,
1285 if (NumPlaceArgs == 0 && OperatorNew &&
1286 (OperatorNew->isImplicit() ||
1287 getSourceManager().isInSystemHeader(OperatorNew->getLocStart()))) {
1358 if (OperatorNew)
1359 MarkFunctionReferenced(StartLoc, OperatorNew);
1382 return Owned(new (Context) CXXNewExpr(Context, UseGlobal, OperatorNew,
1450 FunctionDecl *&OperatorNew,
1490 OperatorNew))
1493 if (!OperatorNew) {
1499 OperatorNew))
1547 bool isPlacementNew = (NumPlaceArgs > 0 || OperatorNew->param_size() != 1);
1565 = OperatorNew->getType()->getAs<FunctionProtoType>();