Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp247 return canInsertInOffset(loc, offs); in canInsert()
281 return canInsertInOffset(loc, offs); in canInsertAfterToken()
284 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in Commit
294 return Editor->canInsertInOffset(OrigLoc, Offs); in canInsertInOffset()
H A DEditedSource.cpp75 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in EditedSource
115 if (!canInsertInOffset(OrigLoc, Offs)) in commitInsert()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h85 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
H A DCommit.h136 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);