Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp158 unsigned NewStart = getShiftedCodePosition(R.getOffset()); in getReplacementInChangedCode()
159 unsigned NewEnd = getShiftedCodePosition(R.getOffset() + R.getLength()); in getReplacementInChangedCode()
546 unsigned Replacements::getShiftedCodePosition(unsigned Position) const { in getShiftedCodePosition() function in Replacements
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp349 outs() << "<cursor>" << FormatChanges.getShiftedCodePosition(CursorPosition) in outputXML()
449 << FormatChanges.getShiftedCodePosition(CursorPosition) in format()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/
H A DReplacement.h270 unsigned getShiftedCodePosition(unsigned Position) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp280 unsigned NewOffset = Replaces.getShiftedCodePosition(R.getOffset()); in insert()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2741 Result.getShiftedCodePosition(Replace->getOffset()); in fixCppIncludeInsertions()