Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4013 RequiresExpressionIndentationKind RequiresExpressionIndentation; member
5118 RequiresExpressionIndentation == R.RequiresExpressionIndentation &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1076 Style.RequiresExpressionIndentation); in mapping()
1555 LLVMStyle.RequiresExpressionIndentation = FormatStyle::REI_OuterScope; in getLLVMStyle()
H A DContinuationIndenter.cpp1594 Style.RequiresExpressionIndentation == FormatStyle::REI_Keyword) { in moveStateToNextToken()