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

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h161 // comment. \c IndentationOffset is a relative column offset to this
165 int IndentationOffset; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp50 StartOfBlockComment(nullptr), IndentationOffset(0), ConditionalsLevel(0) {
235 Change.IndentationOffset = 0;
240 Change.IndentationOffset =
1203 Shift = Changes[i].IndentationOffset +

Completed in 109 milliseconds