Lines Matching defs:CXXNewExpr
228 // CXXNewExpr
229 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew,
284 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray,
292 CXXNewExpr *CXXNewExpr::Create(
307 alignof(CXXNewExpr));
309 CXXNewExpr(IsGlobalNew, OperatorNew, OperatorDelete, ShouldPassAlignment,
315 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray,
321 alignof(CXXNewExpr));
323 CXXNewExpr(EmptyShell(), IsArray, NumPlacementArgs, IsParenTypeId);
326 bool CXXNewExpr::shouldNullCheckAllocation() const {