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

  /external/clang/lib/Edit/
Commit.cpp 242 return canInsertInOffset(loc, offs);
277 return canInsertInOffset(loc, offs);
280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
292 return Editor->canInsertInOffset(OrigLoc, Offs);
EditedSource.cpp 31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
56 if (!canInsertInOffset(OrigLoc, Offs))

Completed in 44 milliseconds