Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DCommit.cpp53 if ((!afterToken && !canInsert(loc, Offs)) || in insert()
74 if ((!afterToken && !canInsert(loc, Offs)) || in insertFromRange()
121 if (!canInsert(range.getBegin(), Offs) || !canRemoveRange(range, Offs, Len)) { in replace()
224 bool Commit::canInsert(SourceLocation loc, FileOffset &offs) { in canInsert() function in Commit
326 if (!canInsert(loc, Offs)) in canReplaceText()
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h132 bool canInsert(SourceLocation loc, FileOffset &Offset);