Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp278 struct CommitRAII { in commit() struct
279 EditedSource &Editor; in commit()
281 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() argument
285 ~CommitRAII() { in commit()
288 } CommitRAII(*this); in commit() local