Searched defs:CommitRAII (Results 1 – 1 of 1) sorted by relevance
278 struct CommitRAII { in commit() struct279 EditedSource &Editor; in commit()281 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() argument285 ~CommitRAII() { in commit()288 } CommitRAII(*this); in commit() local