Searched refs:CommitRAII (Results 1 – 1 of 1) sorted by relevance
264 struct CommitRAII { in commit() struct266 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() argument269 ~CommitRAII() { in commit() argument272 } CommitRAII(*this); in commit() local