Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DCommit.cpp49 if ((!afterToken && !canInsert(loc, Offs)) || in insert()
70 if ((!afterToken && !canInsert(loc, Offs)) || in insertFromRange()
117 if (!canInsert(range.getBegin(), Offs) || !canRemoveRange(range, Offs, Len)) { in replace()
220 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert() function in Commit
326 if (!canInsert(loc, Offs)) in canReplaceText()
/external/clang/lib/ARCMigrate/
DTransformActions.cpp151 bool canInsert(SourceLocation loc);
204 if (!canInsert(act.Loc)) in commitTransaction()
382 bool TransformActionsImpl::canInsert(SourceLocation loc) { in canInsert() function in TransformActionsImpl
409 return canInsert(range.getBegin()) && canInsertAfterToken(range.getEnd()); in canRemoveRange()
418 if (!canInsert(loc)) in canReplaceText()
/external/clang/include/clang/Edit/
DCommit.h121 bool canInsert(SourceLocation loc, FileOffset &Offset);