Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp54 if ((!afterToken && !canInsert(loc, Offs)) || in insert()
75 if ((!afterToken && !canInsert(loc, Offs)) || in insertFromRange()
122 if (!canInsert(range.getBegin(), Offs) || !canRemoveRange(range, Offs, Len)) { in replace()
225 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert() function in Commit
327 if (!canInsert(loc, Offs)) in canReplaceText()
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransformActions.cpp150 bool canInsert(SourceLocation loc);
203 if (!canInsert(act.Loc)) in commitTransaction()
383 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert() function in TransformActionsImpl
410 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd()); in canRemoveRange()
419 if (!canInsert(loc)) in canReplaceText()
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DCommit.h132 bool canInsert(SourceLocation loc, FileOffset &Offset);