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.cpp280 struct CommitRAII { in commit() struct
283 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() argument
287 ~CommitRAII() { in commit() argument
290 } CommitRAII(*this); in commit() local