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.cpp229 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, in CXXNewExpr()
293 const ASTContext &Ctx, bool IsGlobalNew, FunctionDecl *OperatorNew, in Create()
H A DExprConstant.cpp9899 FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1364 FunctionDecl *OperatorNew = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2310 FunctionDecl *OperatorNew = nullptr; in BuildCXXNew() local
2701 FunctionDecl *&OperatorNew, in FindAllocationFunctions()
H A DTreeTransform.h13384 FunctionDecl *OperatorNew = nullptr; in TransformCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2246 FunctionDecl *OperatorNew; variable