Searched refs:CommitRAII (Results 1 – 1 of 1) sorted by relevance
280 struct CommitRAII { in commit() struct283 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() argument287 ~CommitRAII() { in commit() argument290 } CommitRAII(*this); in commit() local