Home
last modified time | relevance | path

Searched refs:CommitRAII (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Edit/
DEditedSource.cpp264 struct CommitRAII { in commit() struct
266 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() argument
269 ~CommitRAII() { in commit() argument
272 } CommitRAII(*this); in commit() local