Searched refs:canInsertInOffset (Results 1 – 3 of 3) sorted by relevance
84 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
135 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in EditedSource114 if (!canInsertInOffset(OrigLoc, Offs)) in commitInsert()