Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUnhandledExceptionAtNewCheck.cpp34 FunctionDecl *OperatorNew = Node.getOperatorNew(); in AST_MATCHER() local
H A DMultipleNewInOneExpressionCheck.cpp71 FunctionDecl *OperatorNew = Node.getOperatorNew(); in AST_MATCHER() local
/llvm-project/clang/test/Analysis/
H A Dinline.cpp312 namespace OperatorNew { namespace
/llvm-project/clang/test/SemaTemplate/
H A Ddependent-names.cpp390 namespace OperatorNew { namespace
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp229 CXXNewExpr(bool IsGlobalNew,FunctionDecl * OperatorNew,FunctionDecl * OperatorDelete,bool ShouldPassAlignment,bool UsualArrayDeleteWantsSize,ArrayRef<Expr * > PlacementArgs,SourceRange TypeIdParens,std::optional<Expr * > ArraySize,CXXNewInitializationStyle InitializationStyle,Expr * Initializer,QualType Ty,TypeSourceInfo * AllocatedTypeInfo,SourceRange Range,SourceRange DirectInitRange) CXXNewExpr() argument
293 Create(const ASTContext & Ctx,bool IsGlobalNew,FunctionDecl * OperatorNew,FunctionDecl * OperatorDelete,bool ShouldPassAlignment,bool UsualArrayDeleteWantsSize,ArrayRef<Expr * > PlacementArgs,SourceRange TypeIdParens,std::optional<Expr * > ArraySize,CXXNewInitializationStyle InitializationStyle,Expr * Initializer,QualType Ty,TypeSourceInfo * AllocatedTypeInfo,SourceRange Range,SourceRange DirectInitRange) Create() argument
H A DExprConstant.cpp9884 FunctionDecl *OperatorNew = E->getOperatorNew(); VisitCXXNewExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1363 FunctionDecl *OperatorNew = nullptr; makeNewAndDeleteExpr() local
[all...]
H A DSemaExprCXX.cpp2310 FunctionDecl *OperatorNew = nullptr; BuildCXXNew() local
2701 FindAllocationFunctions(SourceLocation StartLoc,SourceRange Range,AllocationFunctionScope NewScope,AllocationFunctionScope DeleteScope,QualType AllocType,bool IsArray,bool & PassAlignment,MultiExprArg PlaceArgs,FunctionDecl * & OperatorNew,FunctionDecl * & OperatorDelete,bool Diagnose) FindAllocationFunctions() argument
[all...]
H A DTreeTransform.h13353 FunctionDecl *OperatorNew = nullptr; TransformCXXNewExpr() local
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2246 FunctionDecl *OperatorNew; global() variable