Home
last modified time | relevance | path

Searched refs:getShiftedCodePosition (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/
H A DReplacement.cpp159 unsigned NewStart = getShiftedCodePosition(R.getOffset()); in getReplacementInChangedCode()
160 unsigned NewEnd = getShiftedCodePosition(R.getOffset() + R.getLength()); in getReplacementInChangedCode()
548 unsigned Replacements::getShiftedCodePosition(unsigned Position) const { in getShiftedCodePosition() function in Replacements
/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp298 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()
321 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Core/
H A DReplacement.h271 unsigned getShiftedCodePosition(unsigned Position) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp275 unsigned NewOffset = Replaces.getShiftedCodePosition(R.getOffset()); in insert()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2121 unsigned NewOffset = Result.getShiftedCodePosition(Replace->getOffset()); in fixCppIncludeInsertions()