Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDCommit.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()
HDEditedSource.cpp31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in EditedSource
56 if (!canInsertInOffset(OrigLoc, Offs)) in commitInsert()
/NextBSD/contrib/llvm/tools/clang/include/clang/Edit/
HDEditedSource.h58 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
HDCommit.h124 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);