HomeSort by: relevance | last modified time | path
    Searched defs:canInsertInOffset (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp 246 return canInsertInOffset(loc, offs);
280 return canInsertInOffset(loc, offs);
283 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
293 return Editor->canInsertInOffset(OrigLoc, Offs);
EditedSource.cpp 74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
114 if (!canInsertInOffset(OrigLoc, Offs))

Completed in 15 milliseconds