Lines Matching full:transaction
24 /// Rewrites happen in "transactions"; if one rewrite in the transaction cannot
25 /// be done (e.g. it resides in a macro) all rewrites in the transaction are
185 "Cannot start a transaction in the middle of another one"); in startTransaction()
190 assert(IsInTransaction && "No transaction started"); in commitTransaction()
197 // Verify that all actions are possible otherwise abort the whole transaction. in commitTransaction()
279 assert(IsInTransaction && "No transaction started"); in abortTransaction()
285 assert(IsInTransaction && "Actions only allowed during a transaction"); in insert()
295 assert(IsInTransaction && "Actions only allowed during a transaction"); in insertAfterToken()
305 assert(IsInTransaction && "Actions only allowed during a transaction"); in remove()
313 assert(IsInTransaction && "Actions only allowed during a transaction"); in removeStmt()
323 assert(IsInTransaction && "Actions only allowed during a transaction"); in replace()
331 assert(IsInTransaction && "Actions only allowed during a transaction"); in replace()
352 assert(IsInTransaction && "Actions only allowed during a transaction"); in replaceStmt()
361 assert(IsInTransaction && "Actions only allowed during a transaction"); in increaseIndentation()
371 assert(IsInTransaction && "Actions only allowed during a transaction"); in clearDiagnostic()
683 "Errors should be emitted out of a transaction"); in report()