Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h84 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
H A DCommit.h135 bool canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs);
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() function in EditedSource
114 if (!canInsertInOffset(OrigLoc, Offs)) in commitInsert()