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.h4285 RequiresExpressionIndentationKind RequiresExpressionIndentation; member
5464 RequiresExpressionIndentation == R.RequiresExpressionIndentation &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1161 Style.RequiresExpressionIndentation); in mapping()
1650 LLVMStyle.RequiresExpressionIndentation = FormatStyle::REI_OuterScope; in getLLVMStyle()
H A DContinuationIndenter.cpp1710 Style.RequiresExpressionIndentation == FormatStyle::REI_Keyword) { in moveStateToNextToken()