Home
last modified time | relevance | path

Searched refs:AlignOperands (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libcbor/
H A D.clang-format9 AlignOperands: true
/freebsd/
H A D.clang-format9 AlignOperands: false
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h549 OperandAlignmentStyle AlignOperands; member
5002 AlignOperands == R.AlignOperands &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp883 Style.AlignOperands != FormatStyle::OAS_DontAlign)) || in addTokenOnCurrentLine()
1348 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in getNewLineColumn()
1691 Style.AlignOperands != FormatStyle::OAS_DontAlign) || in moveStatePastFakeLParens()
1713 (Style.AlignOperands != FormatStyle::OAS_DontAlign || in moveStatePastFakeLParens()
1742 if (Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) in moveStatePastFakeLParens()
1745 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in moveStatePastFakeLParens()
H A DFormat.cpp918 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
1432 LLVMStyle.AlignOperands = FormatStyle::OAS_Align; in getLLVMStyle()
1715 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1727 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1864 Style.AlignOperands = FormatStyle::OAS_DontAlign; in getWebKitStyle()
H A DBreakableToken.cpp352 Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) { in BreakableStringLiteralUsingOperators()