Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format6 AlignOperands: Align
/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.h565 OperandAlignmentStyle AlignOperands; member
5334 AlignOperands == R.AlignOperands &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp978 Style.AlignOperands != FormatStyle::OAS_DontAlign)) || in addTokenOnCurrentLine()
1461 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in getNewLineColumn()
1807 Style.AlignOperands != FormatStyle::OAS_DontAlign) || in moveStatePastFakeLParens()
1829 (Style.AlignOperands != FormatStyle::OAS_DontAlign || in moveStatePastFakeLParens()
1858 if (Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) in moveStatePastFakeLParens()
1861 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in moveStatePastFakeLParens()
H A DFormat.cpp987 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
1519 LLVMStyle.AlignOperands = FormatStyle::OAS_Align; in getLLVMStyle()
1817 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1829 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1966 Style.AlignOperands = FormatStyle::OAS_DontAlign; in getWebKitStyle()
H A DBreakableToken.cpp339 Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) { in BreakableStringLiteralUsingOperators()