Home
last modified time | relevance | path

Searched refs:IndentWidth (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format2 IndentWidth: 8
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp51 IndentForLevel.push_back(Style.IndentWidth * i + AdditionalIndent); in LevelIndentTracker()
70 (Style.PPIndentWidth >= 0) ? Style.PPIndentWidth : Style.IndentWidth; in nextLine()
73 (Line.Level - Line.PPLevel) * Style.IndentWidth in nextLine()
89 Indent = Line.Level * Style.IndentWidth + Style.ContinuationIndentWidth; in nextLine()
145 return Style.IndentAccessModifiers ? -Style.IndentWidth in getIndentOffset()
163 return getIndent(Level - 1) + Style.IndentWidth; in getIndent()
443 return (Style.ColumnLimit == 0 || TheLine->Level * Style.IndentWidth + in tryFitMultipleLinesInOne()
1044 P.Indent - Previous.Children[0]->Level * Style.IndentWidth; in formatChildren()
H A DContinuationIndenter.cpp1245 return (Style.IndentWidth * State.Line->First->IndentLevel) + in getNewLineColumn()
1246 Style.IndentWidth; in getNewLineColumn()
1360 return CurrentState.Indent + Style.IndentWidth; in getNewLineColumn()
1655 State.FirstIndent += Style.IndentWidth; in moveStateToNextToken()
1800 State.Stack.back().LastSpace -= Style.IndentWidth; in moveStatePastFakeRParens()
1832 NewIndent = Style.IndentWidth + in moveStatePastScopeOpener()
2029 : Style.IndentWidth); in moveStateToNewBlock()
2126 ? CurrentIndent + Style.IndentWidth in reformatRawStringLiteral()
H A DWhitespaceManager.cpp1158 CommentColumn == NextColumn + Style.IndentWidth; in alignTrailingComments()
1765 unsigned Indentation = IndentLevel * Style.IndentWidth; in appendIndentText()
1778 IsAligned ? IndentLevel * Style.IndentWidth : Spaces; in appendIndentText()
H A DFormat.cpp1009 IO.mapOptional("IndentWidth", Style.IndentWidth); in mapping()
1518 LLVMStyle.IndentWidth = 2; in getLLVMStyle()
1802 ChromiumStyle.IndentWidth = 4; in getChromiumStyle()
1874 Style.IndentWidth = 4; in getWebKitStyle()
1903 Style.IndentWidth = 4; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp743 return Line.Level * Style.IndentWidth + Length <= ColumnLimit; in mightFitOnOneLine()
/freebsd/contrib/libcbor/
H A D.clang-format76 IndentWidth: 2
/freebsd/
H A D.clang-format105 IndentWidth: 8
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2859 unsigned IndentWidth; member
5074 IndentWidth == R.IndentWidth &&