Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp182 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, in CXXNewExpr()
245 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, in Create()
H A DExprConstant.cpp9504 FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1349 FunctionDecl *OperatorNew = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2242 FunctionDecl *OperatorNew = nullptr; in BuildCXXNew() local
2635 FunctionDecl *&OperatorNew, in FindAllocationFunctions()
H A DTreeTransform.h12279 FunctionDecl *OperatorNew = nullptr; in TransformCXXNewExpr() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h2205 FunctionDecl *OperatorNew; variable