Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h71 bool beforePreviousInsertions = false);
74 bool beforePreviousInsertions = false) {
75 return insert(loc, text, /*afterToken=*/true, beforePreviousInsertions);
85 bool beforePreviousInsertions = false);
97 bool beforePreviousInsertions = false) {
99 afterToken, beforePreviousInsertions);
126 FileOffset Offs, StringRef text, bool beforePreviousInsertions);
129 bool beforePreviousInsertions);
141 bool beforePreviousInsertions);
H A DEditedSource.h96 bool beforePreviousInsertions);
99 bool beforePreviousInsertions);
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp113 bool beforePreviousInsertions) { in commitInsert() argument
133 if (beforePreviousInsertions) in commitInsert()
144 bool beforePreviousInsertions) { in commitInsertFromRange() argument
196 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange()