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

  /src/external/apache2/llvm/dist/clang/include/clang/Edit/
EditedSource.h 84 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 135 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /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 19 milliseconds