Searched defs:OperatorNew (Results 1 – 9 of 9) sorted by relevance
228 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, in CXXNewExpr()294 const ASTContext &Ctx, bool IsGlobalNew, FunctionDecl *OperatorNew, in Create()
10318 FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
103 enum class SpecialFuncType : uint8_t { None, OperatorNew, OperatorDelete }; enumerator
1431 FunctionDecl *OperatorNew = nullptr; in makeNewAndDeleteExpr() local
2413 FunctionDecl *OperatorNew = nullptr; in BuildCXXNew() local2908 MultiExprArg PlaceArgs, FunctionDecl *&OperatorNew, in FindAllocationFunctions()
14504 FunctionDecl *OperatorNew = nullptr; in TransformCXXNewExpr() local
1848 const FunctionDecl *OperatorNew = NewExpr->getOperatorNew(); in InvalidNewDeleteExpr() local
3444 const FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
2341 FunctionDecl *OperatorNew; variable