Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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()
547 unsigned Replacements::getShiftedCodePosition(unsigned Position) const { in getShiftedCodePosition() function in Replacements
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h273 unsigned getShiftedCodePosition(unsigned Position) const;
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp391 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition)
538 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp280 unsigned NewOffset = Replaces.getShiftedCodePosition(R.getOffset()); in insert()
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3592 Result.getShiftedCodePosition(Replace->getOffset()); in reformat()