Home
last modified time | relevance | path

Searched refs:PPIndentWidth (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Format/
DUnwrappedLineFormatter.cpp67 unsigned PPIndentWidth = in nextLine() local
68 (Style.PPIndentWidth >= 0) ? Style.PPIndentWidth : Style.IndentWidth; in nextLine()
70 ? Line.PPLevel * PPIndentWidth + in nextLine()
72 : Line.Level * PPIndentWidth; in nextLine()
DFormat.cpp974 IO.mapOptional("PPIndentWidth", Style.PPIndentWidth); in mapping()
1416 LLVMStyle.PPIndentWidth = -1; in getLLVMStyle()
/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h3049 int PPIndentWidth; member
/openbsd/src/gnu/llvm/clang/docs/
DClangFormatStyleOptions.rst3852 **PPIndentWidth** (``Integer``) :versionbadge:`clang-format 13` :ref:`¶ <PPIndentWidth>`
3859 PPIndentWidth: 1