Searched defs:canInsertInOffset (Results 1 - 2 of 2) sorted by last modified time

/external/clang/lib/Edit/
H A DCommit.cpp242 return canInsertInOffset(loc, offs);
277 return canInsertInOffset(loc, offs);
280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { function in class:Commit
292 return Editor->canInsertInOffset(OrigLoc, Offs);
H A DEditedSource.cpp31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { function in class:EditedSource
56 if (!canInsertInOffset(OrigLoc, Offs))

Completed in 959 milliseconds