Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp181 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, in CXXNewExpr()
244 FunctionDecl *OperatorNew, FunctionDecl *OperatorDelete, in Create()
H A DExprConstant.cpp9332 FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp1266 FunctionDecl *OperatorNew = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2162 FunctionDecl *OperatorNew = nullptr; in BuildCXXNew() local
2559 FunctionDecl *&OperatorNew, in FindAllocationFunctions()
H A DTreeTransform.h11744 FunctionDecl *OperatorNew = nullptr; in TransformCXXNewExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2147 FunctionDecl *OperatorNew; variable