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

  /external/clang/include/clang/Edit/
EditedSource.h 58 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
Commit.h 124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
  /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 175 milliseconds