Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h122 edit_iterator edit_end() const { return CachedEdits.end(); } in edit_end() function
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp293 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) { in commit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2469 I = ECommit.edit_begin(), E = ECommit.edit_end(); I != E; ++I) { in applyCocoaAPICheck()