Searched refs:IndentationOffset (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h156 // comment. \c IndentationOffset is a relative column offset to this
160 int IndentationOffset; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp43 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) {
219 Change.IndentationOffset = 0;
225 Change.IndentationOffset =
807 Shift = Changes[i].IndentationOffset +

Completed in 101 milliseconds