/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | UnhandledExceptionAtNewCheck.cpp | 34 FunctionDecl *OperatorNew = Node.getOperatorNew(); in AST_MATCHER() local
|
H A D | MultipleNewInOneExpressionCheck.cpp | 71 FunctionDecl *OperatorNew = Node.getOperatorNew(); in AST_MATCHER() local
|
/llvm-project/clang/test/Analysis/ |
H A D | inline.cpp | 312 namespace OperatorNew { namespace
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | dependent-names.cpp | 390 namespace OperatorNew { namespace
|
/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 229 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 D | ExprConstant.cpp | 9884 FunctionDecl *OperatorNew = E->getOperatorNew(); VisitCXXNewExpr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1363 FunctionDecl *OperatorNew = nullptr; makeNewAndDeleteExpr() local [all...] |
H A D | SemaExprCXX.cpp | 2310 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 D | TreeTransform.h | 13353 FunctionDecl *OperatorNew = nullptr; TransformCXXNewExpr() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2246 FunctionDecl *OperatorNew; global() variable
|