Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h453 OperandAlignmentStyle AlignOperands; member
3257 AlignOperands == R.AlignOperands &&
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format8 AlignOperands: true
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format9 AlignOperands: true
/netbsd-src/external/apache2/llvm/dist/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.cpp517 IO.mapOptional("AlignOperands", Style.AlignOperands); in mapping()
944 LLVMStyle.AlignOperands = FormatStyle::OAS_Align; in getLLVMStyle()
1179 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1190 GoogleStyle.AlignOperands = FormatStyle::OAS_DontAlign; in getGoogleStyle()
1327 Style.AlignOperands = FormatStyle::OAS_DontAlign; in getWebKitStyle()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst543 **AlignOperands** (``OperandAlignmentStyle``)