Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp228 CXXNewExpr::CXXNewExpr(bool IsGlobalNew, FunctionDecl *OperatorNew, in CXXNewExpr()
294 const ASTContext &Ctx, bool IsGlobalNew, FunctionDecl *OperatorNew, in Create()
H A DExprConstant.cpp10318 FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp103 enum class SpecialFuncType : uint8_t { None, OperatorNew, OperatorDelete }; enumerator
H A DSemaCoroutine.cpp1431 FunctionDecl *OperatorNew = nullptr; in makeNewAndDeleteExpr() local
H A DSemaExprCXX.cpp2413 FunctionDecl *OperatorNew = nullptr; in BuildCXXNew() local
2908 MultiExprArg PlaceArgs, FunctionDecl *&OperatorNew, in FindAllocationFunctions()
H A DTreeTransform.h14504 FunctionDecl *OperatorNew = nullptr; in TransformCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1848 const FunctionDecl *OperatorNew = NewExpr->getOperatorNew(); in InvalidNewDeleteExpr() local
H A DCompiler.cpp3444 const FunctionDecl *OperatorNew = E->getOperatorNew(); in VisitCXXNewExpr() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2341 FunctionDecl *OperatorNew; variable