Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h543 OAS_AlignAfterOperator, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp352 Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) { in BreakableStringLiteralUsingOperators()
H A DContinuationIndenter.cpp1742 if (Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) in moveStatePastFakeLParens()
H A DFormat.cpp447 FormatStyle::OAS_AlignAfterOperator); in enumeration()