Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format9 AlignOperands: true
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h482 OperandAlignmentStyle AlignOperands; member
3392 AlignOperands == R.AlignOperands &&
/freebsd-13.1/
H A D.clang-format9 AlignOperands: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp700 Style.AlignOperands != FormatStyle::OAS_DontAlign)) || in addTokenOnCurrentLine()
1062 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) { in getNewLineColumn()
1334 Style.AlignOperands != FormatStyle::OAS_DontAlign) || in moveStatePastFakeLParens()
1358 (Style.AlignOperands != FormatStyle::OAS_DontAlign || in moveStatePastFakeLParens()
1377 if (Style.AlignOperands == FormatStyle::OAS_AlignAfterOperator) in moveStatePastFakeLParens()
1380 if (Style.AlignOperands != FormatStyle::OAS_DontAlign) in moveStatePastFakeLParens()
H A DFormat.cpp551 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
984 LLVMStyle.AlignOperands = FormatStyle::OAS_Align; in getLLVMStyle()
1226 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1237 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1374 Style.AlignOperands = FormatStyle::OAS_DontAlign; in getWebKitStyle()