Lines Matching defs:Delete
425 delete OldScope;
454 // If we still have scopes active, delete the scope tree.
455 delete getCurScope();
460 delete ScopeCache[i];
983 // Check for '= delete' or '= default'
1313 bool Delete = false;
1321 Delete = true;
1329 llvm_unreachable("function definition after = not 'delete' or 'default'");
1334 << Delete;
1337 Delete ? "delete" : "default")) {
1845 /// Note that this routine emits an error if you call it with ::new or ::delete
2074 /// Note that this routine emits an error if you call it with ::new or ::delete