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

/openbsd-current/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp246 return canInsertInOffset(loc, offs);
280 return canInsertInOffset(loc, offs);
283 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { function in class:Commit
293 return Editor->canInsertInOffset(OrigLoc, Offs);
H A DEditedSource.cpp74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { function in class:EditedSource
114 if (!canInsertInOffset(OrigLoc, Offs))
/openbsd-current/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);

Completed in 179 milliseconds