Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp281 struct CommitRAII { in commit() struct
284 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() argument
288 ~CommitRAII() { in commit() argument
291 } CommitRAII(*this); in commit() local