Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUnhandledExceptionAtNewCheck.cpp36 FunctionDecl *OperatorNew = Node.getOperatorNew(); in AST_MATCHER() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dinline.cpp312 namespace OperatorNew { namespace
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddependent-names.cpp388 namespace OperatorNew { namespace
/llvm-project-15.0.7/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.cpp9486 FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCoroutine.cpp1321 FunctionDecl *OperatorNew = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2221 FunctionDecl *OperatorNew = nullptr; in BuildCXXNew() local
2614 FunctionDecl *&OperatorNew, in FindAllocationFunctions()
H A DTreeTransform.h12104 FunctionDecl *OperatorNew = nullptr; in TransformCXXNewExpr() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h2147 FunctionDecl *OperatorNew; variable