Searched refs:canInsertInOffset (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Edit/
H A DEditedSource.h64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
H A DCommit.h124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
/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.cpp61 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { function in class:EditedSource
98 if (!canInsertInOffset(OrigLoc, Offs))

Completed in 1732 milliseconds