Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format9 AlignOperands: true
/freebsd-14.2/
H A D.clang-format9 AlignOperands: false
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h489 OperandAlignmentStyle AlignOperands; member
4765 AlignOperands == R.AlignOperands &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp873 Style.AlignOperands != FormatStyle::OAS_DontAlign)) || in addTokenOnCurrentLine()
1327 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in getNewLineColumn()
1668 Style.AlignOperands != FormatStyle::OAS_DontAlign) || in moveStatePastFakeLParens()
1690 (Style.AlignOperands != FormatStyle::OAS_DontAlign || in moveStatePastFakeLParens()
1713 if (Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) in moveStatePastFakeLParens()
1716 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in moveStatePastFakeLParens()
H A DFormat.cpp913 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
1410 LLVMStyle.AlignOperands = FormatStyle::OAS_Align; in getLLVMStyle()
1694 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1706 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1843 Style.AlignOperands = FormatStyle::OAS_DontAlign; in getWebKitStyle()
H A DBreakableToken.cpp352 Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) { in BreakableStringLiteralUsingOperators()