Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp246 return canInsertInOffset(loc, offs); in canInsert()
280 return canInsertInOffset(loc, offs); in canInsertAfterToken()
283 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in Commit
293 return Editor->canInsertInOffset(OrigLoc, Offs); in canInsertInOffset()
H A DEditedSource.cpp74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in EditedSource
114 if (!canInsertInOffset(OrigLoc, Offs)) in commitInsert()
/openbsd/gnu/llvm/clang/include/clang/Edit/
H A DEditedSource.h84 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
H A DCommit.h135 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);