Searched defs:operatorNew (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp64 FunctionDecl *operatorNew, FunctionDecl *operatorDelete,
76 SubExprs(nullptr), OperatorNew(operatorNew), OperatorDelete(operatorDelete),
63 CXXNewExpr(const ASTContext &C, bool globalNew, FunctionDecl *operatorNew, FunctionDecl *operatorDelete, bool usualArrayDeleteWantsSize, ArrayRef<Expr*> placementArgs, SourceRange typeIdParens, Expr *arraySize, InitializationStyle initializationStyle, Expr *initializer, QualType ty, TypeSourceInfo *allocatedTypeInfo, SourceRange Range, SourceRange directInitRange) argument

Completed in 104 milliseconds