Lines Matching defs:CXXNewExpr
227 // CXXNewExpr
228 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew,
283 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray,
291 CXXNewExpr *CXXNewExpr::Create(
306 alignof(CXXNewExpr));
308 CXXNewExpr(IsGlobalNew, OperatorNew, OperatorDelete, ShouldPassAlignment,
314 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray,
320 alignof(CXXNewExpr));
322 CXXNewExpr(EmptyShell(), IsArray, NumPlacementArgs, IsParenTypeId);
325 bool CXXNewExpr::shouldNullCheckAllocation() const {