Searched refs:AlignOperands (Results 1 – 5 of 5) sorted by relevance
9 AlignOperands: true
482 OperandAlignmentStyle AlignOperands; member3392 AlignOperands == R.AlignOperands &&
9 AlignOperands: false
700 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()
551 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()