Home
last modified time | relevance | path

Searched refs:getActionForOffset (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h105 FileEditsTy::iterator getActionForOffset(FileOffset Offs);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp76 FileEditsTy::iterator FA = getActionForOffset(Offs); in canInsertInOffset()
469 EditedSource::getActionForOffset(FileOffset Offs) { in getActionForOffset() function in EditedSource