Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DCommit.cpp242 return canInsertInOffset(loc, offs); in canInsert()
277 return canInsertInOffset(loc, offs); in canInsertAfterToken()
280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in Commit
292 return Editor->canInsertInOffset(OrigLoc, Offs); in canInsertInOffset()
DEditedSource.cpp61 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in EditedSource
98 if (!canInsertInOffset(OrigLoc, Offs)) in commitInsert()
/external/clang/include/clang/Edit/
DEditedSource.h64 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
DCommit.h124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);