Home
last modified time | relevance | path

Searched refs: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
281 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() function
285 ~CommitRAII() { in commit() argument
288 } CommitRAII(*this); in commit() local