Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp280 struct CommitRAII { in commit() struct
281 EditedSource &Editor; in commit()
283 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() function
287 ~CommitRAII() { in commit()
290 } CommitRAII(*this); in commit() local