Searched refs:canInsertInOffset (Results 1 – 4 of 4) sorted by relevance
242 return canInsertInOffset(loc, offs); in canInsert()277 return canInsertInOffset(loc, offs); in canInsertAfterToken()280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in Commit292 return Editor->canInsertInOffset(OrigLoc, Offs); in canInsertInOffset()
31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in EditedSource56 if (!canInsertInOffset(OrigLoc, Offs)) in commitInsert()
58 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);