Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3853 RequiresExpressionIndentationKind RequiresExpressionIndentation; member
4880 RequiresExpressionIndentation == R.RequiresExpressionIndentation &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1069 Style.RequiresExpressionIndentation); in mapping()
1536 LLVMStyle.RequiresExpressionIndentation = FormatStyle::REI_OuterScope; in getLLVMStyle()
H A DContinuationIndenter.cpp1571 Style.RequiresExpressionIndentation == FormatStyle::REI_Keyword) { in moveStateToNextToken()