Home
last modified time | relevance | path

Searched defs:OperatorNew (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp182 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, in CXXNewExpr()
246 const ASTContext &Ctx, bool IsGlobalNew, FunctionDecl *OperatorNew, in Create()
H A DExprConstant.cpp9798 FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1454 FunctionDecl *OperatorNew = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2279 FunctionDecl *OperatorNew = nullptr; in BuildCXXNew() local
2676 FunctionDecl *&OperatorNew, in FindAllocationFunctions()
H A DTreeTransform.h12518 FunctionDecl *OperatorNew = nullptr; in TransformCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2230 FunctionDecl *OperatorNew; variable