Home | History | Annotate | Download | only in Sema

Lines Matching refs:OperatorNew

1509   FunctionDecl *OperatorNew = nullptr;
1517 OperatorNew, OperatorDelete))
1528 if (OperatorNew) {
1530 OperatorNew->getType()->getAs<FunctionProtoType>();
1537 if (GatherArgumentsForCall(PlacementLParen, OperatorNew, Proto, 1,
1545 DiagnoseSentinelCalls(OperatorNew, PlacementLParen, PlacementArgs);
1552 if (PlacementArgs.empty() && OperatorNew &&
1553 (OperatorNew->isImplicit() ||
1554 getSourceManager().isInSystemHeader(OperatorNew->getLocStart()))) {
1627 if (OperatorNew) {
1628 if (DiagnoseUseOfDecl(OperatorNew, StartLoc))
1630 MarkFunctionReferenced(StartLoc, OperatorNew);
1657 CXXNewExpr(Context, UseGlobal, OperatorNew, OperatorDelete,
1726 FunctionDecl *&OperatorNew,
1765 /*AllowMissing=*/true, OperatorNew))
1769 if (!OperatorNew) {
1775 /*AllowMissing=*/FallbackEnabled, OperatorNew,
1787 /*AllowMissing=*/false, OperatorNew))
1831 bool isPlacementNew = (!PlaceArgs.empty() || OperatorNew->param_size() != 1);
1849 = OperatorNew->getType()->getAs<FunctionProtoType>();