Lines Matching defs:new
117 // Make vanilla 'new' and 'delete' illegal for Stmts.
119 void* operator new(size_t bytes) throw() {
120 llvm_unreachable("Stmts cannot be allocated with regular 'new'.");
314 // or by doing a placement new.
315 void* operator new(size_t bytes, ASTContext& C,
318 void* operator new(size_t bytes, ASTContext* C,
321 void* operator new(size_t bytes, void* mem) throw() {
1925 /// \brief Create a new capture.