Lines Matching full:commit
14 #include "clang/Edit/Commit.h"
93 // written by a previous commit for another expansion of the same macro in canInsertInOffset()
101 // A commit modified the macro argument 'a' due to the first '(x)' in canInsertInOffset()
102 // expansion inside the macro definition, and a subsequent commit tried in canInsertInOffset()
104 // second commit will be rejected. in canInsertInOffset()
276 bool EditedSource::commit(const Commit &commit) { in commit() function in EditedSource
277 if (!commit.isCommitable()) in commit()
292 for (edit::Commit::edit_iterator in commit()
293 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) { in commit()
294 const edit::Commit::Edit &edit = *I; in commit()
296 case edit::Commit::Act_Insert: in commit()
299 case edit::Commit::Act_InsertFromRange: in commit()
304 case edit::Commit::Act_Remove: in commit()