Home
last modified time | relevance | path

Searched refs:RequiresExpressionIndentation (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3401 RequiresExpressionIndentationKind RequiresExpressionIndentation; member
4288 RequiresExpressionIndentation == R.RequiresExpressionIndentation &&
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp990 Style.RequiresExpressionIndentation); in mapping()
1423 LLVMStyle.RequiresExpressionIndentation = FormatStyle::REI_OuterScope; in getLLVMStyle()
H A DContinuationIndenter.cpp1426 Style.RequiresExpressionIndentation == FormatStyle::REI_Keyword) { in moveStateToNextToken()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4346 **RequiresExpressionIndentation** (``RequiresExpressionIndentationKind``) :versionbadge:`clang-form…
H A DReleaseNotes.rst1130 - Add ``RequiresExpressionIndentation`` option for configuring the alignment of requires-expression…