Searched refs:CommitRAII (Results 1 – 1 of 1) sorted by relevance
281 struct CommitRAII { in commit() struct284 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() argument288 ~CommitRAII() { in commit() argument291 } CommitRAII(*this); in commit() local