Home | History | Annotate | Download | only in AST

Lines Matching refs:OperatorDelete

1743   FunctionDecl *OperatorDelete;
1782 FunctionDecl *operatorDelete, bool usualArrayDeleteWantsSize,
1822 FunctionDecl *getOperatorDelete() const { return OperatorDelete; }
1823 void setOperatorDelete(FunctionDecl *D) { OperatorDelete = D; }
1941 FunctionDecl *OperatorDelete;
1960 FunctionDecl *operatorDelete, Expr *arg, SourceLocation loc)
1964 OperatorDelete(operatorDelete), Argument(arg), Loc(loc),
1969 : Expr(CXXDeleteExprClass, Shell), OperatorDelete(nullptr),
1984 FunctionDecl *getOperatorDelete() const { return OperatorDelete; }