Home | History | Annotate | Download | only in AST

Lines Matching refs:OperatorNew

1740   FunctionDecl *OperatorNew;
1781 CXXNewExpr(const ASTContext &C, bool globalNew, FunctionDecl *operatorNew,
1820 FunctionDecl *getOperatorNew() const { return OperatorNew; }
1821 void setOperatorNew(FunctionDecl *D) { OperatorNew = D; }