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

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

Completed in 256 milliseconds